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 |
what are the risks and challanges u face while testing?
Regression testing: suppose you have 1000 test cases & u find a bug in unchanged component , so whether you test whole test case or some particular test case
recently, i attended for one interview. in that they asked for project explanation. i explained that project. after that they ask me to write test scenarios for that? in real time i don't know how to write test scenarios. can any one please write test scenarios for the following given project. Health care solutions This project mainly deals with Hospital Management System. There are different modules, each module contain different functionality. They are Appointment Scheduling, Registration, Visit & Admission, Out & In Patient Service Management, Lab Management, Bill Handling, Patient Notes, Blood Bank, Master Setup & Security Module, and Pharmacy Quotations.
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.
How smoke testing is done with example??
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
How we can explain a bug which may arrive at the time of testing? Explain that bug in details?
What is Equivalance Class?
What are the contents of a Test Plan?
for example, if we have a textbox ranging from 0-100. which methodology we are using & what are inputs we are observed?
What is the difference between manual testing and automation testing?
If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .