What is Tracibility matrix?How we can use in real time
application?
Answer Posted / rajendra prasad
Traceability Matrix:
Traceability matrix used to Map requirements to test cases.
Basically Traceability matrix ia two types:
1. Vertical Traceability matrix.
2. Horizontal Traceability matrix.
Vertical Traceability matrix is high level document which
map the requirements to all phases of the Software
development cycle.
I.e. Unit testing, Component Integration testing, System
Integration testing, Smoke/Sanity testing, System Testing,
Acceptance testing...etc.
I am unable to show the template in this editor.
I am uploading a Template u can download from the
Following link:
http://www.4shared.com/dir/7839233/bee1752d/Share_Doc.html
2. Horizontal Traceability matrix.
It is related to testing related.
Traceability matrix used to:
1. Coverage analysis,
When a requirement changed it will used to identify the
Test cases prepared on that requirement.
Once the test case identified it will be very easy to
update the test case according to new requirement.
As a basic Rule of thumb:
Each requirement should have at least one test case. By
seeing the traceability matrix one can easily analyze the
no. of test cases prepared for each requirement.
If there is no test case ID's found against one
requirement that means ,test case is missing for that
requirement.
Without Traceability matrix it is very difficult to
estimate the test coverage and Change Management.
Byee Friends:
Rajendra Prasad
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
What are the advantages of automation over manual testing?
name poneno dept sun 9894433467 computer This is the xls sheet a programs written to transfer this data into database write test cases and test scenario?
what are questions asked in TCS for database tester (sqlserver)?ay idea
Diffrernce between client server testing and web server testing.
Hi, can any tell how a tester can be judged? i have to interview a tester, how should i judge whether he has a justified experience or not? how a person with 3 years of experience in manual testing can be judge?
Write positive and negative test cases for forgot password?
What is user acceptance testing (uat)?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
How will you determine when to stop testing?
1. what exactly is heuristic checklist approach for unit testing ?
Explain thread testing.
Can you explain the elementary process?
how deployment phase of SDLC differs in product based and in service based company ?
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.