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 |
What are the various Guidelines follow while Weighting Test Cases
Hi All, What is meant by compliance project?
How u prepare Test data in testing process???
Principles of testing?
What is the difference between QA and QC?
What is the difference between Test Cases and Test Scenarios
On which basis u'll prepare the test cases.
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
1] Test Management Tool ? 2] What is tracebility Matrix? 3] What is RTM ? 4] What Is Functional testing 5] What is Regration Testing and Sanity Testing 6] Diff in Sanity and Functional Tetsing 7] Integration Tetsing 8] Diff in Primary Key and Unique Key -Should pass primary Key as null 9] What is composit Key 10] Defect Management tool in detail 11] What is Seviarity and Priority 12] Composite Key
What test metrics do you provide to your client?
What is the difference between functional requirement and non-functional requirement?
Hi, Anybody can explain me What is the Difference between 2- tier and 3-tier Architecture.