Regression testing is performed after testing new changes and re-testing fixed bugs. During regression, the tester checks that the existing functionality hasn’t been affected, and that it still works correctly.
Regression testing is performed after testing new changes and re-testing fixed bugs. During regression, the tester checks that the existing functionality hasn’t been affected, and that it still works correctly.
First, determine how much time you have for regression testing and choose accordingly:
Full regression testing
Selective regression testing
The regression testing process is no different from regular testing, except that the test documentation has already been prepared beforehand.
Version 1.0.0
A form was implemented called «Online order».
Order total
is pre-filled, and the user can enter
a promo code
to get a discount
DISCOUNT10, the final total will be reduced by
10%.
Version 1.1.0
A new feature was added to the form — payment method:
When you select «Pay by card», a discount is applied —
5%.
The new feature is being tested and works correctly.
Уровень повышен!