Regression Testing Testcase Set

How many functional test cases are included during build regression testing? For ex: if there are 100 functional test cases will you execute all the test cases again during regression testing?

Showing Answers 1 - 15 of 15 Answers

Akshata S Terdal

  • Aug 22nd, 2015
 

No, I will test only those test cases through which the bugs were found last time.

  Was this answer useful?  Yes

vukkakalyan

  • Jan 16th, 2016
 

The purpose of doing regression testing is to confirm that whether newly implemented code change has not affected the existing features. Due to this reason first we have to test the fixed issue and then do detailed test of the feature which is related to fixed bug.

  Was this answer useful?  Yes

manikandan

  • May 20th, 2016
 

I will test the fixed bugs and enhancement from the new build and ensure that there is no harm for the existing functionality.

  Was this answer useful?  Yes

mamta sharma

  • Aug 30th, 2016
 

I will test the bug fixed issues and test the functionality whenever there is some changes in code

  Was this answer useful?  Yes

Kerry

  • Mar 25th, 2018
 

No, I will test the cases which were caused the bugs, and test the high priority cases as the regression test.

  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