| |
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? |
| August 08, 2009 00:34:50 |
#3 |
| preethi.gollamandala |
Member Since: September 2008 Total Comments: 88 |
RE: Relation between Test Cases, Requirements and Defects |
From the requirements testers will prepare test cases so test cases are purely derived from Requirements..
And once if we excute these test cases on the software build we will get some defects.. So defects are detived from the prepared test cases by excuting them on the software build.
Requirements ----> Test Cases ----> Defects |
| |
Back To Question | |