Answer Posted / chandru
When a Tester finds a bug in the software, the coder fixes
the bug by making the changes in code.
Now the tester will check the same sceanrio again to see
whether the bug still exists or it is working fine.here he
will be exceuting only those failed test cases for that
particular Module which were responsible for that bug. This
is called Re- Testing.
But the changes done in the code will have impact elsewhere
also i.e in the other areas and Modules. So we have to
execute all the test cases to see that the changes done in
the code has not affected the other areas also. This is
called regression testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate ad-hoc testing and exploratory testing?
What is meant by verification and validation?
What are the table contents in testplans and test cases?
How to create requirements test matrix template?
What is the difference between quality assurance (qa) and quality control (qc)?
How u r estimating the budget 4 the project?
Would we given training at first job (entry level)?
Have you used any automation tools?
What is cross browser testing?
On what basis CCB approves the changes?
What are the dimensions of the risks?
How validation activities should be conducted?
how can i wrtie testcases for huge data
What is code complete?
How to test different Authorization levels for the Admin user and Userside users.