Document toolboxDocument toolbox

Dry Run a Test Case

A dry run lets you validate whether the test case is executed as per the test requirement.

The dry runs are considered trial executions. Hence, their execution results are not displayed in Reports and Dashboard portal. A dry run covers all the task iterations and test case iterations as per the set of values defined in the associated Test Data explorer.

Before you dry run a test case, ensure that you have configured the settings in the System Execution Profile as per the requirements.

For more information, refer to the following topics:

You can dry run a test case on a local environment only.

In the System Execution Profile, you can select the Keep Dry Run Reports checkbox to save the test case dry run report without overwriting the previous dry run reports.

To dry run a test case:

  1. Open a Test Case. To know how to open a test case, refer to .

  2. Click Run to dry run the test case.

  • To dry run a test case on mobile platform, ensure that you have configured the system requirements and settings in the associated execution profile. 
    For more information, refer to Requirements and Configuration Settings for Mobile Environments.

  • You can start a dry run of a test case from any step for a desktop project only. You need to select the step from where you want to execute, right-click it, and select Execute from the Step.

  1. If you want to stop the test execution at any step, click Stop.

  2. After the dry run completes, the test case execution report is displayed.
    For more details on the Test Case Execution report, refer to Test Case Iteration Detailed Report.

  • If some steps have failed in the dry run, you can refer to Failure Summary to know the reasons for their failure.

  • If the Keep Dry Run Reports checkbox is not selected in the System Execution Profile, the associated test case report is automatically stored in the following location:
    <LocalAppData>\QualitiaWDClient\app-8.0.x\WebDriver\ReportResources\1\ITR_xxx
    In this case, when you dry run the same or another test case, this report is overwritten.

  • If the Keep Dry Run Reports checkbox is selected in the System Execution Profile, the associated test case report is automatically stored in the following location:
    AppData\Local\Qualitia\WD\Client\ResultPath\DryRun\<machinename>\<username>\<projectname>\<Buildname>\<Releasenumber>\ITR_xxx

  • You cannot log a defect from the dry run test case execution report even if the Qualitia project is integrated with a defect management system, such as Jira or TFS/Azure DevOps.

Â