How do u find duplicate test cases?
Answers were Sorted based on User's Feedback
Answer / babji
in trm(tracability requirement matrix),we develope the
mapping between the functional req &test cases.
you can find out that wether any test case is missed or any
duplicate test case is generated with the help of TRM.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / arunkumar
With the help of code coverage tools we can also find out duplicate tests.
You need provision in code coverage tool to identify when a test starts/ends and all tests should be run in sequential manually or automated way.
Code coverage tool should identify the code block, their ordering etc. to mark against every test case and later it can provide various analysis of redundant tests.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amar shinde
In Requirement tracebility matrix we map requirement
against test cases.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sm
Using RTM(Requirement Tracability matrix) we can able to
find the complete test closure ..
And all the test cases duplicates,status we can able to
identify from RTM.
| Is This Answer Correct ? | 0 Yes | 1 No |
What are the Different Status of test Cases?
9 Answers Thatavarti Technologies,
what is metrics in software testing? give me a brief detail about it?
which test cases are not to be automated
how will get a build for testing.
Can the system testing be done at any stage?
Whatz the main use of preparing Tracebility matrix and explain the real time usage
What are test closure document?
What are the basic forms of variations?
One or more text elements or even all text elements in a page should be markable as required to match. -What are the categories of content validation is described in the text above?
At what stage of the life cycle does testing begin?
What are the advantages of waterfall model?
How and what to functionally test in a web based application manually?