what is traceability matrix? when we are using this
traceability matrix in ur project?
Answers were Sorted based on User's Feedback
Answer / naresh
Tracebility Matrix is a proof of document, which says that
all the specifications are tested according to the
requirements and the application is bug free.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / surii
Traceability Matrix is a one type of checking process which
gives the details about requiremts that are not covered in
the test document. It is a conformation process to check
test case document cover all the requirements exactly or not.
Traceability Matrix contains a tabular format that have the
reference numbers of all the documents that is used to
prepare the Test case Document
This may like following format
UCD-Ref-No Functional_Point_Doc-Ref-No
Master_Test_case_Doc_Ref-No Test-Case-No
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramprasad.s
Hi
RTM has Business Logic
Where we can prepare Test Scenario's
RTM could also be used to Map the Requirement
to Test Cases.
sun_ramprasad@yahoo.com
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prashant
Naresh is absolutely right. But no body is telling when we
suppose to use this traceability matrix? Pls tell when we
suppose to use this traceability matrix?
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / darknight
Traceability matrix traces back the requirements you covered
with each test case. During Functional testing, you will be
covering many requirements in many testcases.
The matrix shows "this requirement is covered in this
testcase". It will be like a tree diagram or a matrix
checkbox etc.
Eg:
| TC1 | TC2 | TC3 |
-----+-----+------+------|
Req1 | X | - | X |
-----+-----+------+------|
Req2 | - | X | - |
-----+-----+------+------|
Req3 | - | X | X |
-------------------------|
TCx is Testcase Number.
Reqx is Requirement no.
Is This Answer Correct ? | 0 Yes | 0 No |
what do you mean by Develop test data through sourcing (or) handcrafting techniques
What is the difference between qa, qc, and testing?
What is database testing?
Who will change the Bug Status as Deffered?
I how to test Web application in which the value is changing dynamic every time and anyone can modify it?
Types of risks
What is acceptance testing?
Explian traceablity matrix with an example ?
what is the purpose of test design technique
I need to know, what is Traceability matrix? How, Who and where we prepare it? What are contents of it?
WHY DO WE WRITE TEST CASES. WHAT IS IMPORTANCE OF TC
what is difference between bug and defect who will find bug and who will find out defect ..(Like developer or tester)?