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 do you mean by documentation testing
what is the need for testing?
What is your approach when requirements change continuously?
if u performing on real tym application ,u r getting some continous data n if some invalid data occurs wat types of testing is preferrable
how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .
what is difference between win 98 and win 2000 poertating system?which is better one?
What is the difference between the company site and the yahoo site?
Can you explain the concept of tailoring?
In first version of the build i found a bug . I report it to my developers with all the procedures and that was accepted by the developers and the bug was in open state. In the next version of the build the bug was not able to reporduce it .Then wat will be the status of that bug
what is test strategy?
I through 1st round of interview in manual testing, now in the 2nd round i have written test and oral, what to expect in written test & what is the basic salary can i expect? i have only 1 yr experience and took break for more than 5 years.
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?