Interview Questions for QA/SDET
- Test Plan -
- Test Strategy ? How to test what to test
- Test Approach ?
- API testing > JMeter/ POST ,
- SQL queries
- Scenarios - real time like Paytm , Amazon
- Review - method >
- Estimation technique
- > Planning poker
- > WBS - work breakdown structure
- > T-shirt sizing
- Agile methodology
- > Agile ceremonies
- > RCA technique
- - Fish bone
- - Prato chart / 80-20 rule
- - 5Y method
- Risk
- > types of risk
- > how to calculate risk
- Mitigation plan and contingency plan
- Best practices of framework
- How you decide feasibility of automation tools
- How you start automation
- Oops
- Collection – list, hash map, tree set,
- How you share your project health ?
- QA health check
- . Burn down chart
- KPI’s
- o Defect density
- o Defect removal efficiency
- o Defect leakage
- o Velocity
- JiRA dashboard >
- Coverage of test case and test script ?
- How can we execute a javascript. use of the javaScript Executor?
Ans: When you cannot do something through the Selenium WebDriver classes and methods, you have another way of doing it. Eg. Click, sendKeys is not working. - How can we take the screenshot of the application at any step.. Method in selenium.?
- what is background in feature file in BDD. ---- given , when , then explanation.
- What is collection?
- Return type of Entry set method while iterating Map?
- what is page object model?
- Project is on automation with java -selenium and cucumber?
- Suppose there are 5 links on page, Each link will open a new window, open each of them on poge
- , print the page title and then close each of the webpage ?
- What is the meaning of WebDriver driver = new ChromeDriver() ? why do we define like that. Webdriver hierarchy.
- How to read and write from the excel.
- Data - driven testing performed using Microsoft Excel.
- Difference between interface and abstract? what are the types of method in interface.
- what is method overloading and over riding.
- Exception handling in java?
- How to iterate in Map and array list in java?
Comments
Post a Comment