Skip to content

Automated Tests Triggered After Successful Build

Automated Tests Triggered After Successful Build

  • Test case designer: name
  • Date of creation : 02.07.2025

Test case description

Automated tests are triggered automatically after a successful build.

Pre-state:

  • The build pipeline is defined and operational.
  • Automated test scenarios exist and are configured in the pipeline.

Test Steps

  1. Make a code change and push it to version control (e.g., main branch).
  2. Ensure the build pipeline starts automatically.
  3. Monitor the build process and confirm the build completes successfully.
  4. Verify that automated tests are triggered automatically after the build, without manual intervention.
  5. Monitor the execution and results of the automated tests.

Expected result

  • After the build completes, automated tests are triggered automatically.
  • Test results are reported in the pipeline.
  • No manual triggering of tests is required.

Edited by AH0984