Verify Automatic Regression and Other Tests
Automatic Regression and Other Tests.
- Test case designer: name
- Date of creation : 10.07.2025
Test case description
Ensure that the pipeline automatically runs regression and other automated tests after a successful build.
Pre-state:
- Code changes affecting existing functionality have been pushed to the version control system.
Test Steps
- Monitor the CI/CD pipeline after the build stage is triggered.
- Observe the execution of regression and other automated tests.
Expected result
- Regression and other defined tests are triggered automatically after the build.
- Test results are reported in the pipeline system.
- If any test fails, the deployment stage does not start (unless intended)