what is the diffrence b/w Regression testing and re-testing
Answer Posted / vidya
Regression testing:
Re execution of a selected test case on modified build to
ensure bug fix work and occurances of side effects is
called regression test.
Retesting:
Re executing the same test more than one time with multiple
test data.it is also called iterative or re-testing.
For Example: There are 10 testcases to be passed for a
requirement. But 10th testcase failed and tester raised a
defect in the defect log.
Retesting: After the above defect is fixed, tester need to
execute the 10th testcase to check the expected result for
the same.
Regression Testing: After the above defect is fixed, tester
need to execute the 20% of above testcases by selecting
randomly to make sure that existing functionality is not
broken because of the above fix.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What a team leader will test first when s/he will get new module to test?
what is the difference between test case and result matrix
How do you perform configuration management with typical revision control systems?
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!
What is system level testing?
What do you do (with the project tasks) when the schedule fails?
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
How much the bug is affecting the functionality of the application?
why use caffine for HPLC calibration ?
If you're given a program that will average student grades, what kinds of inputs would you use?
Explain the difference between severity and priority.
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
What is formal testing?
What is manual testing and what is it process?
How to write testcases for unread/read mails for gamil inbox? and what are the types of testing you do on them?