Regression Testing Test Cases

On what basis will you select a set of test cases among hundreds for regression testing?

Questions by sureshchintha

Showing Answers 1 - 4 of 4 Answers

gsrmohan

  • Feb 11th, 2011
 

We do regression testing to ensure that any bug fix or change doesnot have any ill effect on other modules.
We are not going to execute all the test cases .But only those test cases that are related to the bug fix  or change only.

We choose these test cases basing on dependancy and any data flow between them  and basing on our experience.

Correct me if  I am wrong.

  Was this answer useful?  Yes

Regression testing is to check the dependencies.

So we can go to Requirement Tracebility Matrix & check the dependencies & on basis of that we can select the test cases.
Moreover if time problem is there then test the test cases which have high priority.

Plz do correct me if i m wrong

  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