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.
Answers were Sorted based on User's Feedback
Answer / anant
The RTM lists all the requirements in the SRS by giving the
requirement ids. The tester referes the SRS to write the
test cases and againg maps the test cases to SRS by giving
the test case ids in RTM against the requirement id. So if
any requirement is missed by Tester then he will miss the
test cases for that requirement. But when he will go to
update the RTM for test cases, he will not find test case
ids for that missing requirement. Hence the RTM helps out
to find any missing requirement and ensures the test
coverage by maping test case id with the requirement ID.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / muralidhara
It is always good that traceability is mapped with
requiremnt, the use cases,then test case.
tester can write testcase based on the use cases, use case
must cover all the possible scenarios.
if any test case is missed out go back to use case,follow
by SRS.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kumara swamy
Normally in any process orieneted company there will be
tool which tracks birectional requirement traceabilty.
requirement traceability tool also facilates to run
requirement GAP. All tagged requirements should have an
associated test case(s) otherwise GAP report will mark the
requirement with no test.
Usually GAP analysis will be done before baselining test
plan.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / sksm
for this first we will discuss with projectleader or
bussiness anlyst to collect the requirment again .
if it is not possible we will discuss with clint to collect
that missed requirement again.
| Is This Answer Correct ? | 2 Yes | 10 No |
can testing and development be done in same environment?
wat is Bottle Neck testing
Explan different Risks associated with the project????
What is Pre UAT and UAT is there any difference ?
how do u know that the test case is complete(assume we have a testbox how do u know that all the test cases are covered for this text box)
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
would we do functional testing inside integration testing
What type of documents present in Application Design document?
Can anyone let me know that what would be done by the tester if bug status changes to DUPLICATE,means what kind of action or process should be done by tester?
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?
You are testing a new feature that includes a builder(wizard)that walks you through the creation of an item.There are 10 configuration checkboxes you can check/uncheck for the item being built.The builder makes you select 3 of these 10 options.You can choose any 3 options. A)How many possible ways could the item in question be created (i.e. how many possible configurations)? Describe the technique you would use to determine this.
When is Ad-hoc Testing done in a project?