Explian traceablity matrix with an example ?
Answers were Sorted based on User's Feedback
Just to add some thing more with our friend
Rsntallapudi123, in a Testing Scenario, the traceability
matrix tracks the requirement to defects and in the reverse
too...
The primary objective of Traceability matrix is to ensure
coverage.
Eg.
Reqt. Scenario Condn cases Defect
R1 S1 CO1 CA1 -
R1 S1 CO1 CA2 D1
R1 S1 CO2 CA3 -
R1 S1 CO2 CA4 D2
R1 S2 CO3 CA5 D3
R1 S2 CO3 CA6 D4
This is how it works. So if any of the reqt been missed out
while test design we wont have its corresponding Scenario,
cond and cases listed . This will help us know the coverage
of our testing.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rsntallapudi123
Traceablity matrix is table which maps each requirement to
its functionality in FDS, its internal design in IDS, its
code and its test cases.
Format is
Requirement--Functionality--Internal design--coding--T.c's
R1 P3 in FDS P6 in IDS P4 T13,T14
-- -- -- -- --
-- -- -- -- --
Correct me if iam Wrong
rsntallapudi123@yahoo.com
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
traceability matrix is used to map design,code & testcases
to requirements.From this it is possible to identify any
missing testcase
Template
Reqiremants :Login
Reqid :1.1
design id
code id
unit functional testcase id
system testcase id Log_001
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / namitha
it shows the relation ship between test requirements and
test cases
Is This Answer Correct ? | 0 Yes | 0 No |
It will be a great help if any one will help on this issue, Three test cases got faied [TC#1, 2 and 3] and all are there in the same TestScript. For all the three failed testcases a bug is logged refrencing to the three failed testcase. In Next round of validation out of three two TC#2 and 3 got PASSED and TC#1 FAILED. I am confusssed if in this scenario if i mark the PASSED test case as PASS OR FAIl, as the the Defect will have BOTH PASS and FAIl at the same time. Please clarify How to handel this scenario.
write four critical test cases for logout operation?
How can I do Server side Interface testing in Web Testing?
Define system integrated testing with a live example.
i have an android phone i want to share a photo to my friends phone via Bluetooth.can you tell me possible test cases for this?
what does srs document contains?
For what purpose are virtual users created?
what is use case
Explain V model in depth?
Why do you go for White box testing, when Black box testing is available?
As a Test Analyst, what is the first thing you do when you receive the Functional Spec for a project?
what is API 2.0?