what is tracebility matrix?
Answers were Sorted based on User's Feedback
Answer / udaykumar
We use tracibility matrix to check whether all the
requirements are tested or not?
We start prepare tracibility matrix in the information
gathering phase itself. For each requiremetn, we have
requirement id, description. priority. We will identify the
test conditions for that requiremetn and map the test cases
for that requirement.
By using this mapping, we can ensure that how many test
cases each requirement is passed. If for each requirement
it meets the scuess criteria, then we can stop testing of
the project.
Generally tracibility matrix consists of:
Req. ID|Desc|Priority|TestConditions|TestCaseID|Phase of
testing
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / nitin verma
Hi,
Tracability Matrix is the mapping between the test cases and
the requirements of the customer.It ensures the
satisfaction,that is all the requirements of the customer
have been met according to the test cases.
Plz correct me if i m wrong....
Regards
nitin9360@gmail.com
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / radhesh
It's a mapping between requirements and test cases..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vijay
Tracebility Matrix is the mapping between requirements and
test cases.
I will explain, How I did in QC for my project. we will
upload the requirements in QC,that will be placed in
Requirements tab. and as well as we upload the test cases
also in QC.
we will map the requirements and test cases in QC itself.
we can see which requirements are covered or not in
QC.after execute the test cases we can see the status of
the test cases and requirements also.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / shakun garg
It is used to map requirement with associated test cases. It is also used to map bug to specific requirement.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shyam kute
Traceability matrix defines mapping between business requirement and prepared test cases to validate the customer requirement. It is prepared by TL
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / b.gopal
It is done by Test Lead, to analyze the gap between the
return test cases and the requirements
| Is This Answer Correct ? | 2 Yes | 4 No |
When should you begin test planning?
explain waterfall module.
What is sanity?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
What are the possible test cases/test scenario for Search functionality ?
I hope so many people are using gmail accout. My basic question is the defference between gmail and other mails.
How could you present test strategy for the product testing?
How to do security implementation for any URL??
what is cyclomatic complexity? plz explain with example
Write 2 scenarios for System testing?
how to test ecg machine?
Are there more defects in the design phase or in the coding phase?