Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
How do you ensure that there are no duplicate test cases?
Profile Answers by Srini99 Questions by Srini99
Questions by Srini99 answers by Srini99
Editorial / Best Answer
kurtz182Profile Answers by kurtz182 Questions by kurtz182
1) Perform a backward trace from the test cases to requirements and place all testcases that map to the same requirement in a contiguous grouping. Examine all test cases in each grouping to verify they test something unique.
2) Conduct peer reviews of test cases and ask reviewers to ensure that there are no duplicate test cases.
3) Use the buddy system to have testers execute one another's test cases. A fresh look at the test cases can often catch test case redundancies.
Related Answered Questions
Related Open Questions