What is the diff. b/w Basline and Tracability matrix?
Answers were Sorted based on User's Feedback
Answer / uday kumar. a
Baseline is nothing but a software specification or
functionality that is reviewed or accepted for development.
Once the functionality is baselined, we can start
developing of the functionality.
Where as a Tracibility Matrix lists all the functionality
or features and the test cases for each feature. By using
the tracibility matrix we can measure, when to stop testing
of the project or application.
Generally Tracibility Matrix contains:
1. UseCaseID(Functionality/Feature).
2. Description of the Feature.
3. Priority for the Feature.
4. TestCaseIDs for this Feature. (Once if the mapped
testcases for each Feature meets Sucess criteria, then we
can stop testing of the project)
5. In which phase is the Feature
(Unit,Component,Integration,System)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suneel reddy
baseline document specifies about the deliverables nothing
but test factors
But traceability Matris discuss about the mapping betwween
requirements and test cases
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sriharsha
Baseline : The point at which some deliverable produced
during the software engineering process is put under formal
change control
Tracability : Is used to check if some of the test cases
are left out or not in Manual and automated testing.
| Is This Answer Correct ? | 2 Yes | 2 No |
1.What is the different b/w error,defect,Bug?
what are the documents required to stop the testing?
For Web Applications what type of tests r u going to do .. tell me the Importent ones..
9 Answers Infeneon Technologies,
How to test URl of a website manualy?
At what stage the unit testing has to be done?
what are the key components in your company testplan documents?
What is Tracebility Matrix ? What is there in that and what will u do with that ?
what is testing phase??
tell me about low severity & low priority bug?
why we give a big deal importantnce to a GUI testing
Which testing has more scope to find a job(manual testing or automation testing)
WHAT EXACTLY A TEST PLAN CONTAINS? WHAT ARE ENTER & EXIT CRITERIA OF A TEST PLAN?