Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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');

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

    Image RemovedImage Added

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

...

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

    Image RemovedImage Added

  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:

    Image RemovedImage Added


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

...