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 |
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
what is the diff between testbed and test environment?
Who should you hire in a testing group and why?
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. is it true
what is Agile modal in (sdlc) and how is works ?
2 Answers Credence, Keane India Ltd,
can we do testing with out a test plan?and what are codesnippets
Write all possible test scenarios for Login screen.
Plese tell me What is V model how do u prepair documnet using V model ?
From which phase will you start testing and How will you find out the left out things in testing?
what types of testing have u done in ur project?and expalin it detail?
What are the diff ways to check a date field in a website?
Hi...What is Test design and Test data management in Test plan Document?