Retesting Preparation

What the things that you need to do after the bug is fixed and before it come for Retesting? How you will make prepare for this scenario?

Questions by mathan_vel   answers by mathan_vel

Showing Answers 1 - 6 of 6 Answers

gsrmohan

  • Feb 26th, 2011
 

You already have the failed test case.
You need to find out dependent test cases which the bug fix may have effect.

You need to find out the different environments under the bug has to be regressed.

Once a new build comes with the bug fix you need to deploy the build in the test server.

After that you have to do sanity testing (Executing failed test cases )

If it is working well then we actully regress the bug by testing dependent test cases.

Correct me , if I am wrong.

  Was this answer useful?  Yes

After fixing the bug by the development team, respected tester has to concentrate on the bug which was raised. It means to check the raised bug is fixed it or not. After that he has to prepare the list of dependent areas of that fixed bug functionality. It means, the effected areas of the bug. Tester has to test these effected functionalities as well.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions