GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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?


March 03, 2009 08:41:15 #1
 rocky_garg11   Member Since: May 2008    Total Comments: 4 

RE: Relation between Test Cases, Requirements and Defects
 
We can identify the relationship between Test Cases, Requirements and Defects using RTM.

RTM is a technique used for gathering the requirements, which is called as requirement
traceability matrix. Once all the requirements are gathered using the
traceability method mentioned, user can write test cases based on the gathered requirement and mapped these with the requirement which helps the user to know whether all the requirements are covered or not.


Once user is assured that all the requirements are gathered. He/She can execute those test cases and on failing of any test cases he/she can map it with the associated test case, which is further mapped with the requirement.

In the mentioned way user can relate the test cases, requirements and defects with each other.

     

 

Back To Question