Skip to main content

Posts

Showing posts from March 1, 2020

MANUAL TESTING(Agile) Interview Question

Some important questions for 2-3 years of exprinced in MANUAL TESTING.(Agile) 1. What is Agile testing. 2.what is Product backlog. 3 what is sprint backlog. 4. Grooming and Retrospection. 5. What is role of product owner and scrum Master. 6. Agile testing metholidies. 7. What is sanity testing. 8. What is smoke testing. 9. When smoke and sanity testing is done. 10. What is Regression testing. 11.What is difference between component testing and unit testing. 12. Priority and severity. 13. Real time example of low priority and high severity. 14. Real time example of high priority and low severity. 15. Different between build and release. 16. Important components in test plan. 17. Testing and Retesting difference. 18. Bug life cycle. 19. What is deferred and rejected. 20. Authorization and authentication. 21.  BVA ( Boundary value Analysis). 22. What is minor difference between Monkey testing and ad-hoc testing. 23. What is view. 2...

Selenium Interview Question

SELENIUM with JAVA all interview room questions Automation: 1.What is xpath and it's types? 2.What is cross browser testing and parallel testing? 3.Challenges faced during selenium testing? 4.What is Actions class? 5.How to handle drop down in selenium? 6.How to handle multiple browser pop up? 7.How to handle multiple browser tabs in selenium? 8.How to perform upload file using selenium? 9.How to perform download file using selenium? 10.How to get all values of dropdown in selenium? 11.How to perform (control + a) through selenium? 12.How to shift between tabs of a same browser using selenium? 13.What is Robot class? 14.What is AutoIT? 15.What are the difference between get() and navigate()? 16.What are the difference between findElement() and findElements()? 17.What is difference between quit() and close()? 18.What are different locators used? 19.Difference between xpath and cssSelector? 20.Different approaches to click the submit bu...