Regression testing

I was asked what parameters you used for regression testing?
Answer anyone.

Showing Answers 1 - 9 of 9 Answers

Mayank Mishra

  • Oct 1st, 2019
 

1.Module which to be tested
2.background of bug that has been fixed
3.Test cases which needs to get executed
4.Impacted area in same and other modules.

  Was this answer useful?  Yes

Mathanvel Prabhakaran

  • Aug 10th, 2021
 

* Priority Test Cases which covers most functionalities
* Most critical defect fixed mapped to the test cases.
* Test Cases for the defects which found out after Release.

  Was this answer useful?  Yes

Kavita

  • Sep 30th, 2022
 

Retesting the old dependant test cases from the previous release is called regression. There are two types of regression:
1. Release Level regression
2. Build level Regression (Sanity 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