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 |
How to do risk management?
What type of questions may ask related to sql during interview?
apart from bug reporting wat is ur involvement in project life cycle
can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
Process and procedures followed while writing Integration testcases and system test cases
what is the standards for preparing the test data?
What is the difference between User Acceptance Testinga and System Testing?
who prepares the following documents and when are these prepared?please explain in detail?WHAT ARE These meant for? srs,frs.brs,use case,test plan,project plan
what is meant by manual testing?
How will you determine when to stop testing?
Dear Friends, Hi this is anand. I HAVE 2+ YEAR REAL TIME WORKING IN TESING.want some interview question like real time question which will place in Testing team. in my company no testing team like other software company. Some situation interveiw question. Eg: If Testing team is complete the testing. when the Testlead testing the appliction system testing at that time he found some error. what the testlead will do? a. he will see the testcase --> SRS b. he will see the bug report-->testcase-->SRS c. he will ask the TESTENGINEER PLS REPLY ME
Explain Boundary value analysis, Equivalence partitoning and Error guessing?