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 |
what is your current team size?
Name three reasons why the tester may choose to record in Context Sensitive mode.
Give example of High Severity and low Priority Bug you filed?
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
What particiption a manual tester can do in documentation? Are there any tools available for only documentation?
What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.
what is the difference between softsmith qamonitor and bugzilla?
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
explain v- model? why we call this model as v-model, not an u-model?
wht is test scenario?
tell me about low severity & low priority bug?
what is traceability matrix and its usefulness