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  >  QA Testing

 Print  |  
Question:  Scope of preparing the Test Plan

Answer: What is the scope of preparing the Test Plan Document?


August 08, 2008 04:03:13 #2
 bhanu68   Member Since: August 2008    Total Comments: 2 

RE: Scope of preparing the Test Plan
 

RTM as it is called is a important document which has trace from requirement to testing. The importance is that if during testing any bug is reported and thE developer needs to fix it and he makes certain changes to the code which leads to change in design then there should be a document which shows the dependencies clearly. RTM is used to trace requirements elements mapped to design elements which in turn are mapped to Code and their test cases. this gives complete coverage of the application.
     

 

Back To Question