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  >  Bug Tracking

 Print  |  
Question:  Could any one Explain,What is Difeerance Between Tracability Matrix & Cross referance Matrix



February 02, 2006 06:45:53 #3
 Amit Mehra   Member Since: Visitor    Total Comments: N/A 

RE: Could any one Explain,What is Difeerance Between T...
 
The test-requirements cross-reference matrix shows how every requirement listed in the SRS will be tested. In some cases, this can be arranged in the form of a table. In other cases, bullet lists provide a better approach to presenting the information in a readable form. Ideally, there will be a straightforward relationship between requirements in the SRS and the tests, with every test motivated by requirements in the SRS and every part of the SRS corresponding to one or more of the tests.The following gives a reasonable set of information that can be provided for each requirement in the matrix: * The unique identifier for the requirement (probably the specific paragraph number from the SRS where the requirement is first described) * A brief description of the requirement * The means by which the requirement will be tested (e.g. analysis, inspection, demonstration, test data) * Specific variables that are associated with the requirement * Ranges of values for the variables * System functionality associated with the requirement * Any comments
     

 

Back To Question