O slideshow foi denunciado.
Seu SlideShare está sendo baixado. ×

Qa mockup interview for automation testing

Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio
Anúncio

Confira estes a seguir

1 de 28 Anúncio

Mais Conteúdo rRelacionado

Diapositivos para si (20)

Semelhante a Qa mockup interview for automation testing (20)

Anúncio

Mais de KadharBashaJ (20)

Mais recentes (20)

Anúncio

Qa mockup interview for automation testing

  1. 1. QA Mockup Interview for Automation Testing
  2. 2. Agenda  Introduction  Preparation Tips & Guidelines for interview  QA Automation Sample Interview Questions
  3. 3. Salesforce Admin Group, Trichy Kadhar Basha J Salesforce Admin Group, Trichy Trailblazer Community Group Leader MST Solutions Sundaravel J Salesforce Admin Group, Trichy Trailblazer Community Group Co-Leader MST Solutions
  4. 4. Salesforce Admin Group, Trichy Aiswarya Kalpathy Gopalakrishnan Tech Lead MST Solutions
  5. 5. Preparation Tips & Guidelines
  6. 6. Preparation Tips  Perform research on the company and role  Consider your answers to common interview questions  Practice, practice, practice.  Conduct mock interviews  Prepare several thoughtful questions for the interviewer(s)
  7. 7. How to Say “No” in Interview  Rather than saying, “No, I don’t have those skill sets,” you can say: “Those are skill sets that I have been willing to learn.” Be prepared to talk about those skill sets which you lack.  You might say, “While I don’t have direct experience in this area, I did have a chance to cover for a co-worker who handled that area, and this is something would like to learn how to do well.”
  8. 8. Types Of Interview  Face to Face  Over the Phone/Video
  9. 9. Manual Testing Vs Automation Testing
  10. 10. Automation Testing as a career
  11. 11. Mock Questions
  12. 12. 1) What is the Automation Testing Process
  13. 13. 2) How to select test candidates for Automation testing Regression Testing Smoke Testing Static & Repetitive Tests Data Driven Testing
  14. 14. • Selenium WebDriver • Cucumber • Serenity • UFT/QTP • TestComplete • Applitools • Protractor • Oracle Application Testing Suite (OATS) • Appium • Robot Framework • Eggplant • TestArchitect • TestIm • Cypress.io • WebDriver.IO • TestCraft 3) Name few Automation testing tools
  15. 15. a) Static Binding. b) Dynamic Binding. c) Both of the above. d) None of the above. Ans : Static Binding • add(int, float) • add(float, int) 4) Method Overloading is an example of
  16. 16. interface DemoInterface{ Int x,y; } a) Yes b) No Ans : No interface DemoInterface{ Int x = 10,y=10; } 5) Can we create non static variables in an interface
  17. 17. package pack1; class A { } package pack2; class B extends A { } Ans: No 6) Is the below code written correctly?
  18. 18. 7) What are the locators used in selenium
  19. 19. • Select dropdown = new Select(driver.findElement(By.name(“cars"))); • dropdown.selectByIndex(4); • dropdown.selectByValue(“Audi"); • dropdown.selectByVisibleText(“Audi"); 8) How to locate the dropdown value ‘Audi’ using Selenium
  20. 20. a) getMultipleWindows b) getWindowHandles() c) getWindowhandle() d) Both B &C Ans: Both B &C 9) Which of the following method is used to work with multiple browser windows?
  21. 21. 10) Do you have any exposure to Automation frameworks • Linear Automation Framework • Modular Driven Framework • Behavior Driven framework • Data-Driven Framework • Keyword-Driven Framework • Hybrid Testing Framework
  22. 22. Project Structure
  23. 23. Trigger Test Read Configurations Retrieve Test Cases Read Test Data Execute Test Report Defect Generate Reports
  24. 24. 11) Common Questions • Project management methodology used in your project • Basic concepts of manual testing • Challenges faced in your project & how you overcome those
  25. 25. • https://www.softwaretestingmaterial.com/htjava-interview-questions/ • tps://www.educba.com/java-testing-interview-questions/ • https://www.softwaretestinghelp.com/selenium-interview-questions-answers/ • https://www.simplilearn.com/tutorials/selenium-tutorial/selenium-interview-questions-and-answers • https://www.techbeamers.com/software-automation-testing-interview-questions/ • https://www.edureka.co/blog/interview-questions/software-testing-interview-questions/ References

×