what is tracebility matrix and what will be there in
tracebility matrix?tell me details like idno,
discription....etc.pls any one answer this question?
Answers were Sorted based on User's Feedback
Answer / vasantha
Tracebility matrix means map between the application and
testcases.In that we mentioned requirement id,description
amd testcases will be mentioned.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ganesh kumar. m
After complete the test case design before start the test
case execution, Test Manager will be preparing the
Requirement Traceability Matrix. This RTM document is
generally used to ensure the Test Coverage. First all the
High level requirements should be drilled down into several
low level requirements. Then the Test Cases should be
mapped for all the low level requirements. All the
requirements should have minimum of one test cases and
maximum of more than one test case. If all the requirements
will have the test cases, then we can ensure the Test
Coverage. If some of the requirements doesn’t have the test
cases, testing team will be preparing the test cases for
that particular requirement and will be mapping into the
requirements before start the test case execution. In this
case, the testing team will not miss any functionality
during the testing phase from the requirement
specification.
the bellow column are used in TM
1. Requirements ID
2. Module / Functionality
3. Requirement Details
4. Functional Description
5. Test Case ID
6. Comments
7. ShareIT Location
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vasantha
tracebility matrix means it is the map between application
and testcases.this can be dont by testers.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / biswal
Traceability Matrix:
Coverage Completeness can be achieved by creating a
Traceability Matrix.
Traceability is the means of tracking down each individual
requirement in the SRS to various work products created
during the course of the Project.It describes the link
between different stages of the Project Item – from its
requirement to a configurable stage.
Creating a Matrix is to prove that the System requirements
are the requirements desired by the user.
Traceability Matrix is of two types:
Backward Traceability:
Backward Traceability to the documentation and other work-
products created prior to the requirements phase.
Forward Traceability:
Forward Traceability will depend upon how each requirement
in the SRS is labeled / numbered. Forward Traceability is
extremely important, as this is one of the ways of tracing
a requirement to its implementation.
In short, the requirements are traced as below:
a)Requirements traced to Database tables.
b)Requirements traced to Program Specifications
c)Program Specifications traced to Test Cases
d)Test Cases traced to Program Code
So As a whole You can say by traceability Matrix you can do
the Gap Analysis.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / saravanaraja
TM: To check the coverage of the requirements. In this we
can map requirements-id with Test Case-id.
Requirements-Id = This id present in the SRS.
Test Case-Id= This id present in the Test Case.
Status= "Pass" when Exact Match.
"Fail" When does not Match.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain 5 Test Matrixes
What is the difference between static testing and dynamic testing?
What is Equivalance Class?
In Testing 10 cases you found 20 bugs then how will you know which bug is for which test case?
The project is going through the maintainance phase I logged a defect which is critical for resolving ,the developement team is in US when they got the reported bug they gave the xplanation that it is a six year old written code moreover we don't have proper followup documents to authenticate this one....in this senario wat will u do??
what is the differance between functionality and functional testing?
How do you feel about cyclomatic complexity?
how u get the build ?what is the size of the biuld?
who can we do the performace test for hotmail or yahoo or gmail. when you working with your personal system. or labtop.
What is Bicycle Testing?
Have you prepared traceability matrix and how to prepare it?
how do we do database testing manually.Suppose if i want to check whether a particular record is inserted in the database or not.