what is tracebility matrix?
Answers were Sorted based on User's Feedback
Answer / udaykumar
We use tracibility matrix to check whether all the
requirements are tested or not?
We start prepare tracibility matrix in the information
gathering phase itself. For each requiremetn, we have
requirement id, description. priority. We will identify the
test conditions for that requiremetn and map the test cases
for that requirement.
By using this mapping, we can ensure that how many test
cases each requirement is passed. If for each requirement
it meets the scuess criteria, then we can stop testing of
the project.
Generally tracibility matrix consists of:
Req. ID|Desc|Priority|TestConditions|TestCaseID|Phase of
testing
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / nitin verma
Hi,
Tracability Matrix is the mapping between the test cases and
the requirements of the customer.It ensures the
satisfaction,that is all the requirements of the customer
have been met according to the test cases.
Plz correct me if i m wrong....
Regards
nitin9360@gmail.com
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / radhesh
It's a mapping between requirements and test cases..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vijay
Tracebility Matrix is the mapping between requirements and
test cases.
I will explain, How I did in QC for my project. we will
upload the requirements in QC,that will be placed in
Requirements tab. and as well as we upload the test cases
also in QC.
we will map the requirements and test cases in QC itself.
we can see which requirements are covered or not in
QC.after execute the test cases we can see the status of
the test cases and requirements also.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shakun garg
It is used to map requirement with associated test cases. It is also used to map bug to specific requirement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shyam kute
Traceability matrix defines mapping between business requirement and prepared test cases to validate the customer requirement. It is prepared by TL
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / b.gopal
It is done by Test Lead, to analyze the gap between the
return test cases and the requirements
| Is This Answer Correct ? | 2 Yes | 4 No |
what is system testing?
Why must we use Tester to test software instead of BA, Developer?
How will you test application without any SRS or any document and also the the developer who developed the application is resigned. In short no one knows the functionality of application.
When do u perform REGRESSION testing and how to perform it ?
can u give me the sample bug report
what is the difference between build and release
What is Functional Testing and Regression Testing?
What is a test log?
Can anyone suggest atleast five test cases for a Pencil?
Tell me a critical defect in which your Client,PM,PL appreciate on you
if u have 10 inputs & you written 500 testcases for that.out of this u found 20 defects.as a tester how u found from which requirement that a particular defect will occur.
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?