How do u make sure the test cases are not repeated?
Answers were Sorted based on User's Feedback
Answer / raj
By using traceability matrix .
the test cases are mapping with the requiremnet
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nannan
wonderful question Hivna. Traceability matrix will be
correct only when one test case is written for each
requirement. But it wouldn't be the case always.
When many testers are writing the cases for an
requirement/module, it is the job of the team lead(who
approves the testcases) to check for duplicate test cases
and parting the job properly so as to avoid duplicacy.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / satyaprasad
every testcase has its own version no ,with the help of
that we can write unreaptable tcs
| Is This Answer Correct ? | 1 Yes | 0 No |
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
What is the difference between Agile model and V Model Can anyone elobarate and explain each model and differenc
What is the difference between latent and masked defects?
suppose if you press a link in yahooshopping site in leads to some other company website?how to test if any problem in linking from one site to another site?
integration testing is followed by a)unit testing b) system testing c) acceptance testing d) regression testing
difference b/w test case doc & use case doc?
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
give an example for load testing
what is the deferent between Bug and Defect(error) ?
Describe the basic elements that you put in defect report?
How to report Negative Test Cases? Do we need to insert any new column in the Test Case Document for Negative Test Cases seperately? I'm very much confused. Please answer this question!!!