Why is it important to thoroughly retest a defect after it
has been reported fixed? How will you do that?
Answers were Sorted based on User's Feedback
Answer / kumar
The reason is to verify whether the defect was fixed
correctly .Retesting can be done by executing the same set
of test cases by which the bug or defect was found
| Is This Answer Correct ? | 5 Yes | 0 No |
It is very much important because if u do not test
thoroghly then it may be happen that u hav missed a defect
that is occoured/generated when the old defect is fixed.
It may be happens sometimes that when a defect is fixed
then a another defects generate as a sideeffect, if that
portion is related with the previous defective portion.Then
u need regration testing to solve those new defects.
So tjoroghly retesting is important to analyze wheather
regration testing is necessary or not for the perticular
software testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nitin
actually when the bug is fixed by the developer team then
tester again check out the application that the bug is
fixed or not by doing regression testing it is possible and
it my working properly again and gain retesting may be done
that another bug may not be introduced in the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Desktop Testing?
Should testing be done only after the build and execution phases are complete?
After receiving the build.How will you start the testing
Could anyone share FAQs for Test Manager position...
why feature not to be tested in test plan
what kind of document are follow to write test case ??can u tell me briefly
what are reviews(eswar)
what are the system testcases for the notepad application?
In which Phase of testing life cycle we prepare test data and test scenario?
What are the Testers Responsbile
Explian equivalence partioning with anexample?
what is buddy testing ?