What is a traceability matrix, and what is the purpose of it?
Answers were Sorted based on User's Feedback
Answer / sumit
using tracebility matrix we will match the requeirements with test cases to make sure that all the functionality is coverd.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / ayesha
Mapping the test case with the requirement specification is
traceability matrix
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / satya
Traceability matrix is document in which the test cases are mapped to the corresponding requirement.
The traceability matrix is prepared to analyze
1.Test cases are sufficient are not
2.To analyze the gap between requirements and test cases.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / kk
IT IS USED TRACK THE TEST REQUIREMENTS, WHETHER ALL THE REQUIREMENTS ARE COVERD ARE NOT
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramprasad.s
Traceability matrix is to ensure that all the Test cases has been covered as per requirement.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vidya
TM which contains test case details To ensure that all the
requirements has independent test case or not..
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / akash sharma
Traceability matrix is a document which define the relation b/w test case and requirements that all the requirement cover or not...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / honey
it is a document , which maps requirements with test cases.
By preparing Traceability Matrix we can ensure that we have covered all functionalities in our test cases.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / it is the analayis gap between
whAT IS TRACEABILITY MATRIX?
| Is This Answer Correct ? | 0 Yes | 1 No |
How you convine the Client that the application is very stable after testing. What type of Document you show to him or anything.
What are drawbacks in system development life cycle
What are the steps to test any software through automation tools?
Guys, can any one of u give the realtime example for Regression Testing
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What test metrics do you provide to your client?
what are the stages/statuses in the life cycle of a defect?
what is difference between testing and development in your view?
How does quality control differ from quality assurance?
When will we start the regression testing and how(means the process or steps which follows)?
If client is not given any requirements then how will you test the application
Guys, can any one of u give the realtime example for Integration Testing