Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

We have implemented the ability to trace the status and details of all test runs. This is done by using the new Create a New Execution Result button, which is available on the test run details screen. Clicking the button adds an entry with the ordinal number of the test run, its status and details to the Execution Status section of the test run details:

Note: The feature is available for Zephyr Enterprise Cloud only.

Enable status history

This functionality is currently in its beta phase and is disabled by default. To enable it, perform the following steps:

  1. After installing Zephyr Enterprise 7.5, run the following query in MySQL Workbench to update the Desktop URL:
    UPDATE `itcc`.`preference` SET `val`='qademo22.yourzephyr' WHERE (`name`='admin.app.desktop.url');

  2. Enable the status history by running the following query in MySQL Workbench:
    UPDATE `itcc`.`preference` SET `val`='true' WHERE (`name` = 'microfrontend.testexecution.newresult');

Note: Setting the val parameter to false disables the feature.

Log test run results

  1. Navigate to the Test Execution page and open any test execution:

  2. In the top-right corner of the screen, click the new Create a New Execution Result button to add a new record with the current test run status and details to the Execution Status section:


    A new record will be added whenever you change the current test run status and click Create a New Execution Result.

The Create a New Execution Result button is inactive if the current test run status has not changed.

  • No labels