Regression Testing: How It Works
What is regression testing?
Regression testing is a critical step in the ETL testing
process. It is a method of testing to ensure that the
existing product works properly with new functionality,
bug fixes, or changes to existing features.
When can we perform regression testing?
1. When new functionality comes in.
2. When there is a change request (that is, changes in
existing functionality).
3.When the defect is fixed or when the code is refactored.
4. When there is a performance issue fix.
5. When there is an environment change.
Without regression testing, it is more
difficult and time-consuming to
investigate the root cause and the
architecture of the product.
Why is regression testing important?

Regression Testing How It Works (1).pdf

  • 1.
  • 2.
    What is regressiontesting? Regression testing is a critical step in the ETL testing process. It is a method of testing to ensure that the existing product works properly with new functionality, bug fixes, or changes to existing features.
  • 3.
    When can weperform regression testing? 1. When new functionality comes in. 2. When there is a change request (that is, changes in existing functionality). 3.When the defect is fixed or when the code is refactored. 4. When there is a performance issue fix. 5. When there is an environment change.
  • 4.
    Without regression testing,it is more difficult and time-consuming to investigate the root cause and the architecture of the product. Why is regression testing important?