40 Questions
40 Questions
8. What is the difference between test plan, test strategy, and test case?
A test plan is a document detailing the testing scope and objectives. A test strategy outlines the
testing approach and methodologies. A test case is a set of actions to verify a specific functionality.
37.What is pairwise testing, and how does it help in test case design?
Pairwise testing reduces test cases by testing all possible pairs of input values. It ensures efficient
coverage with minimal effort.
40.What do you do if you find a critical defect at the last moment before release?
Communicate with stakeholders immediately, analyze the defect's impact, and propose possible
solutions like delaying the release or providing a hotfix.