Regression Testing
Regression Testing
@dhinakaran
Regression
testing
Dhina karan
@dhinakaran
Example of Regression
testing
Performing regression
testing involves:
1. Selecting test cases: Choose tests
covering critical functions.
2. Creating test suites: Organize tests for
efficiency.
3. Automating where possible: Speed up
testing with automation.
4. Executing tests: Run both new and
existing test cases.
5. Comparing results: Check for
discrepancies from previous tests.
6. Investigating failures: Identify and
address any issues.
Dhina karan
@dhinakaran
Manual regression
testing involves:
Selecting relevant test cases: Pick tests
affected by recent changes.
Organizing into test suites: Group tests
for efficient execution.
Executing tests manually: Follow steps
and verify outcomes.
Comparing results: Check for differences
from previous tests.
Investigating failures: Identify and
address issues.
Dhina karan
@dhinakaran
FOR MORE
Dhina karan