Can anyone explain me about Tracebilit metrics?
Answers were Sorted based on User's Feedback
Answer / santosh
It is mapping between customer requirements and test cases.
Tracebility Matrix ensures that test cases written to test
a feature of application are able to trace the customer
requirements. By using Tracebility Matrix we can come to
the conclusion as when complete testing be stopped..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajendra
Traceability Matrix This maps the requirement in to
testcases.
That means for each requirement in SRS document there must
be atleast one testcase should be there.
ofcourse there may be more than one test case per one
requirement.
and even one one requirement may cover in more than one
test case.
By using this we can review the testcase coverage.
What are the requirements are not converted into testcases.
what are requirements are tested in each phase of testing
everything we can easily the review the coverage of
requiremnts.
Traceability matrix column names
1.Requirement ID(this will be SRS document)
2.Unit Test Case Id
3.Integration Test Case Id
4.System Test Case Id
5.Remarks
Byeeeee Friends
Rajendra
rajendra_penumalli@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / umesh
It is a chart used to track whether all requirements are
tested not . It is traced with requirement ID, test case
ID, defect ID etc.
SOFTWARE TESTING LIFECYCLE
1. SYSTEM STUDY
2. ANALYSIS
3. TEST PLAN
4. TEST CASE DESIGN
5. TEST CASE REVIEW
6. TEST CASE EXECUTION
7. DEFECT HANDLING
8. TESTING DELIVARABLES.
ar.umesh
tejasoft invoation pvt ltd
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / leena
Hi,
Traceability mertics is to measures and describing how well
traceability performed from the original requirement to
software through design,coding and testing.
Traceability mertics is mainly to consider both the
directions . From requirement to test cases , test cases to
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m.thyseem
Hi,
It is a document which contains a table of linking
information used for tracing back for the reference in any
kind of confusing or questionable situations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mudaseer
when you write test case it will be reviewed by a senior guy.he checks whether you have covered all scenarios or not.But he wont check whether you have written test cases for every requirement.To ensure that for every requirement there is a test case we write traceability matrix.if we don't write traceability matrix chances are there that we may not write test cases for one requirement so we write traceability matrix.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does an increase in testing always improve the project?
What type of testing will be done in Installation testing or system testing?
which tool used for gui testing?
How Sevierty and Priority are related to each other?
define STLC life cycle step by step
what is the difference between smoke, sanity and dry run testing?
what are 6 microsoft rules used for user interface testing?
whenever the requirements are not given by the customer what type of testing you do?
What is V-model and explain differences between V-model and other SDLC models like waterfall, spiral etc
what are the different types of black box techniques?
what is testing phase??
What does the tester do in automated testing?