Can anyone please give me the idea how does Requirement
Tracebility Matrix, looks like ? or mail me at:
ontesting@gmail.com
Answers were Sorted based on User's Feedback
Answer / feroz
Tracebility Matrix is prepared for correct and completeness
of the Test-cases. But also to trace the origin of the
defects. Whenever we report the defects, how much confident
are we that the reported defects are genuine. So, in order
to confirm that the reported defects are qenuine.
Tracebility matrix is a mapping b/w the use-cases, test-
scenarios, test-cases and defects.
Tracebility matrix
------------------
s.no ucd-refernece-no master-Tc-no Testcase-no defect-no
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kumar
in simple version its a matrix written against CRS and test
case (or test caseIDS) to have a confirmation of all the
requiremnts are being covered or not.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amit
Thanx friend,
But this somemore looks like a test case. While i thought
that Req.Trcb.Matix is to keep a track on test cases and
thw progress on the module. It's made by Test Lead to
assign work to testers..
Please let me know if i'm wrong and would appreciate if
more precise answer is given..
Thnx,
Amit
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh kumar aitha
Amit,
We use this Tracebility Matrix for traceout the testcase
Ids.
After written the testcases, The tracebility matrix look
like the following method.
Requirement Feature TestCaseIDs Remarks
Ex: Scenarioname testfeature TC_01,TC_02 If any
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit
Thnx Santosh,
So as us said dat its to keep a track over test case ids..
so other den test lead..its not useful for testers ?
someone told me dat test lead prepares dis and den she
assigns dis to testers..
so dat tester knows dat on what module she has to prepare a
test case..
EX:
Requirement |Feature2btestd|Asigned2 |TestCaseID|Rmarks
Admin Module|Login Page |Santosh&Amit| |
I've never seen dis,coz we are not given dis RTM,we've
2prepare testcases by srs,frs..
So i'm just modifying ur example...please lemme know if
i've made it correct..else lemme to know d right one wid d
questions above..
Cheers,
Amit
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh kumar aitha
Ya Amit,
Its absolutely correct. And in the tesecaseId column you
have to mention the TestcaseIds which are written for
loginpage as you mentioned in example.
Ok, goodday to you.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / asnayal
id req. id t.description t.data Exp. result A.result
tracebility matirx looks like this.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / venki
RTM looks like
S.No., Test Req id/Use case id, Test req discription,Test
Case id, Test Case discription,Test Senario id, senario
detail,Expected result,Actual result,pass/fail,Remarks.
Which is being used to identify the Test case.
| Is This Answer Correct ? | 0 Yes | 3 No |
Exact Difference between Sanity and Smoke Testing
explain waterfall module.
How does one do Ad-hoc Testing?
What is the difference between test case, test suite, test script, test scenario & test plan?
i got my Quality center cd from Nageswararao institute?can any body help me how to install it?
Could anybody send me testcase format for website testing?
What is Component Testing? How to do Component Level Testing?
How to test API's?
12 Answers BeBo Technologies, HK Soft, Microsoft,
r there any openings for 1+ experienced candidates in Manual Testing? If there r any, please let me know!!
Can any one tell me the contents in Traceability Matrix
Who will participate in software testing?
Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.