This is the question related to Traceability Matrix.
Say we have 10 requirements for a project. If one of the
testing team member misses the 9th requirement. Then how can
we justify the Traceability Matrix and what is the further
action to be taken. Please advice.
Answer Posted / vignesh
This is the problem with the traceability matrix.
Traceability has following disadvantages
1. Any requirement missed/omitted cannot be tracked easily
2. Requirement not mentioned in the functional specs can be
tested.
For example, testing the boundary value conditions for
minimum deposit amount, say, 1000 INR. The following
conditions would be considered,
1.<1000
2.=1000
3.>1000
Here, FS only talks about the minimum amount to be
maintained in a customer's account. What is not mentioned
in the FS is also tested(<1000 and >1000). Therefore,
traceability is ineffective.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
9.Data – driver automation typically includes?
Test Cases For Router&Switch
Diffrence b/w functional testing,functionality testing,system testing?
How can you do the usability testing?
List the considerations in developing testing methodology
Why performance testing is performed? What are tools of performance testing?
What is Windows Test Technologies? Where i will get all information of it.
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
how to write test cases for epos/pos testing.
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
can u plz give an example for regression testing with example.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Hi Friends, I've to submit a presentation in my office about "Different bug tracking tools" ? Where can i find (or any site) the templates for the bug tracking tools.
About Testing
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.