hi there...
can any1 tel me hw to prepare a traceability matrix by
taking a practical scenario..i know the theory part bt dont
kno how to implent dat..
Answers were Sorted based on User's Feedback
Answer / suriya
Hi,
Tracebility matrix is nothing but u put the matrix for the
requirement that you received. Having said this, it is
mandatory to check the scope of the requriment as well.
The Template should have
1. SI.No
2. Requirement Recived Date
3. Expected End Date
4. Test Requirement (Reference Document)
5. Scope (In/Out)
6. Test Scenarios ID
7. Test Cases ID's
8. Comments(if any)
At the end of this document we should enough to say that we
have covered all the requirements and TS ID's and TC Id's
mapping should be there. If there any blank spaces in the
Test Scenario ID, Test Case ID which means we have not
covered the requirements.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / ram.polavarapu
Traceability matrix is use to fill the gap between the
customer requirement to test cases.
let us say i wrote the test cases for the gmail login page
we need to map the all customer requiremens to writen test
cases.
we can map the test cases &customer requirements using the
below steps.
->one requirement to one test case.
->one requirement to more test cases.
->more requirements to one test case.
->more requirements to more test
cases.
we can use the below table:
test case1 tese case2 test case3
req1 yes no yes
req2 no yes no
req3 no no yes
Thanks&Regards,
Ram Polavarapu,
8500085297
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
Ok now let us deal with a practical example:-
Facebook introduced a new functionality for sharing the
Video/Picture etc. So it is neccessary to write all types
of test case for the above scenario.
S.no | Requirement | Test Case | Description |
1 Share Vedio NF_Tc1 Share a vedio with comments
AF_TC2 Share a vedio without commen
EF_TC3
Is This Answer Correct ? | 4 Yes | 4 No |
write a navigation for object repostory
Any body need Realtime project with full material and explaination? I am working in a MNC and i want to start the classes for manualtesting along with QC9.0 with fully realtime scenarios and i will give assistanc about how to attend the interviews and how to get a job with experienced resume make a call to 9884521049 8939010639
Give Sample of Validation Test Case.
write case for petrol pump?
9 Answers Accenture, AppLabs, EPPCO, Satyam,
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
Write a test case for yahoo
Can you please tell me test scenarios for online shopping Paypal ??
how do u knw when to stop writing test case for a given project.
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
can anyone please send me the sample testcases on how to write it into the testtemplates
HI i'm Ramu new join as manual tester plz send me test cases for web application testing i need basic idea's
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2