Skip to content

Confirmation Testing and Regression Testing

Confirmation Testing

Confirms that an identified issue has been fixed.

Also checks that the fix has not adversely affected other parts of the system.

Follow-up testing phase.

Regresion Testing

Ensure changes do not introduce new defects.

Re-test previously tested feature, moduyles or componnents.

Typically covered via automation tests, when possible.