A matrix which mapps the developement stages along with
testing issues is called Traceability Matrix or Test
Responsibility Matrix.This can be developed by the Project
Manager.
The matrix is like this.There are 15 testing issues and 5
development stages.
testing issues r development/SRS/Designing/coding/System
Testing/Maintainence
UNder testing issues r development the things r like this
Ease of use
Authorization
Access Control
Performance
...
..........
here the project manager is going to map the testing
issues to development stages.
So the test engineers while conducting testing they have to
follow this TRM which was developed by Project Manager.
RTM is mapping b/w requirements in the module to defects
via testcases .RTM gives the test status,defect density and
it gives wether all the funtionalities are covered or not
The main contents in the RTM are requirement id,
description,defect ,seviority ,priority, teststatus and
comments.
Contents in Requirement Traceability Matrix:
1)Requirement Document Name
2)Requirement ID
3)Test Case Document Name
4)Test Case Id
5)Test Name
6)Test Case Description
7)Remarks (if any)
By using this RTM document, we can make sure that the
coverage done is end to end.
Contents in Defect Traceability Matrix:
1)Requirement Document Name
2)Requirement ID
3)Test Case Document Name
4)Test Case Id
5)Test Name
6)Defect Id
7)Remarks (if any)
Using this document we can track which requirement is
having most number of defects and concentrate more on that
in future release.
RTM is a mapping between requirements and defects via
testcases .it gives the test status and it tells wether all
the requirements are covered or not
The contents in RTM are
Test case id ,description,defect
id ,seviority,priority,test status,comments
hi ,this is satya:9963219158
in tracebillity matrix, we will check with wheater we have
written the test case for all the features or not.
here we compare with requirement and test case.
When we use Boundary Value Analysis and Equivalence Partion?
Which one is best?I heard that ANy one of this technique
useing by a comany...is it right?
What scripting language should tester know when his
organisation using Automation tool like wise any tool? wht
kind of script should tester should be familiar?
Hi friends,
Is there any difference in testing the web applications
which are built on different technologies
like .NET,PHP,J2ee etc ?if yes then how the testing
differes from one to other?(for me its urgent to know the
diff. btn .net and php).can anybody answer soon....!
1. Test granularity refers to:
a. Any way of determining the expected result for a
test case.
b. A quality improvement idea common in software
development.
c. The fineness or coarseness of a test’s focus.
d. The impact of a bug on the system under
7)In a Banking Application, for a module to pay a bill it
must have 3 screens (Entry, verification and confirmation
screens) in series. It was found that at the final
confirmation page the data was getting saved in the database
but was not getting displayed on the screen. Which is the
best suited category and severity of this defect?
A)High severity Content issue
B)Low severity Content issue
C)High severity Data Loss
D)Medium severity data loss