Regression Testing Step

There are 100 test cases and you got a bug at 85th test cases.you reported to developers and developers fixed that bug. When you are doing regression testing, from which test case you will do testing? will you start from 85th test case or you will execute 100 test cases?

Questions by boinapally

Showing Answers 1 - 3 of 3 Answers

85th Test cases is to be Retested first and should check the Traceability matrix that what are all the Test case mapped with the 85th Test cases. i.e) Those functionalities covered with the 85th testcases are again to be test for regression. No need to exeecute all the 100 test case again to ensure the bug fixes affects the build.

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