...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-user-guide/test-execution/executing-manual-test-cases/logging-test-run-results.html |
Info |
---|
This functionality is currently available for Cloud customers only. Support for On-Premise customers is coming in Q2 2022. |
Note |
---|
Internet Explorer is not supported for this feature. Please use a supported browser such as Chrome or Firefox. |
You can log the status and details of all test runs . This is done manually by using the new Create a New Execution Result button, which is available Start a new test execution button 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:
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');
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
...
Navigate to the Test Execution page and open any test execution:
...
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:
...
. You can also attach files and images and add related links in the Execution Attachment section.
...
A new record will be added to the list of test runs whenever you change the current test run status and click
...
Start a new test execution.
To view the details of a test run, expand it.
Info |
---|
The Create a New Execution Result Start a new test execution button is inactive disabled if the current test run status has not changed. |