The document contains 30 interview questions for experienced software testers. Some key questions and answers include:
- What is the difference between a Requirements Traceability Matrix and a Test Plan? The RTM ensures requirements remain the same throughout development while the Test Plan describes the scope, approach, resources and schedule for testing.
- When should automated testing be chosen over manual testing? Automated testing is preferred when test cases are frequently used, automation scripts can run faster than manual execution, scripts can be reused, and test cases are suitable for automation.
- What are some of the main challenges in software testing? Challenges include unstable applications, tight timelines, understanding requirements, limited resources and tools, and changing