| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: Relation between Test Cases, Requirements and Defects
Answer: How will you trace the relation between test cases, requirements and defects? |
| September 09, 2009 05:51:33 |
#4 |
| rahulskin |
Member Since: November 2007 Total Comments: 39 |
RE: Relation between Test Cases, Requirements and Defects |
You can trace relation between test cases, requirements and defects - 1) When you raise the defect the test case number is available in the defect. The function name is also available in the defect detail. 2) While writing the test cases the Requirement specification version is mentioned in the test case header part. The refrence of requirement can be specified in the Test cases. The refrence of Test case number can be specified in the Defects. |
| |
Back To Question | |