Skip to main content

Cancel a deploy run

Description

Why is it necessary to cancel a deploy run of test cases in software testing?

In software testing, there are scenarios where it becomes necessary to cancel the deploy run of test cases. This decision is typically driven by various factors that may affect the validity or reliability of testing processes.

One common reason for cancelling a Deploy Run is the discovery of critical defects or issues that render the software unstable or unusable. If such defects are identified during initial testing stages or even during the deploy run itself, it may be more efficient and cost-effective to halt the process and address the problems before proceeding further.

Another reason for canceling the Deploy Run could be the identification of major changes or updates in the software requirements or specifications. If the original testing plan is no longer aligned with the updated requirements, it is essential to reassess the test cases and their relevance, potentially leading to the cancellation of the current Deploy Run.

Ultimately, cancelling the Deploy Run of test cases allows organizations to maintain the integrity, and reliability of their testing efforts, ensuring that only accurate and valid results are obtained, and minimizing the risks associated with deploying faulty or incomplete software.

Steps

  1. From the Menu Bar, go to the Testing menu, then select the History option.

  1. Go to the Results page.

  1. To cancel the deployment run of a specific test case, click on the Run ID of that test case within the desired test set. However, to cancel the deployment run of an entire test set, click on the title of the corresponding test set card.

    Run ID refers to a unique identifier assigned to a specific test run, allowing for easy tracking and reference of the executed tests and their associated results.

    A test set card refers to a visual representation or container that displays key information about a specific test set.

  • Title of a test set card

  • Run ID of a test case within the desired test set

  1. Go to the Execution Details page.

    Execution Details page provide comprehensive information about the test execution, including test case status, logs, and other relevant details for analysis and troubleshooting.

  1. Click on the CANCEL RUN button.

    The function of CANCEL RUN button is to halt the ongoing test execution process, stopping further execution of test cases, and preserving the current state for analysis or debugging purposes.