Automated Regression Test

Do automated regression tests find the majority of defects? Explain your answer.

Questions by kurtz182   answers by kurtz182

Showing Answers 1 - 9 of 9 Answers

No, Automated Regression test will not find the major bugs on the cycle. Regression Test is to ensure that the changes in the build should not affect the code. or other wise, Release the Product to ensure there is no defects/issues/bugs on the latest build.So Regression is not a process or method to find majority of the bugs/defect.The Regression is done after the majority of the bug is closed. So Automation Regression Testing is not a method to find major defects.

  Was this answer useful?  Yes

Answer is No

Following are the major points why automated regression tests do not find the majority of defects

1. Automated regression test cases are executed just to make sure that new functionalities have not made any change in the existing functionalities.

2. Usually regression test cases are there to test the core functionality of software and most of the time developers make sure that they work.

3. Regression test cases will be subset of the test cases which were executed for last release i.e. if we have added 100 test cases for a enhancement made for a software we usually retain only 25 -30 test cases in regression suit.

  Was this answer useful?  Yes

Regression Testing itself mean to verify whether the existing functionality is broken with changes in other areas of project.

Automated Regression Test verify the quality of software and it wont find any additional bugs in software.

Automated Regression Test wont find major bugs in the software.

  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