UFT Developer Reports

Use the UFT Developer Reports bundled plugin to pick up the UFT Developer HTML test reports and attach them to a chain as a zip file.

Note: The UFT Developer Reports plugin doesn't run the UFT Developer tests or parse the UFT Developer tests results. You can run the UFT Developer tests as part of your build script, for example, using the Script, Maven, or Visual Studio plugin. To parse the test results, use test plugins such as JUnit Parser or NUnit Parser.

Prerequisites

To use the UFT Developer Reports plugin, ensure that the following prerequisites are fulfilled:

  • The PulseUno agent running the chain is installed on the same machine as the UFT Developer runtime engine. For details about supported versions, see the Support Matrix.

  • The PulseUno agent running the chain can access your application under test (AUT).

Back to top

Configure UFT Developer plugin

When you add the UFT Developer plugin to a chain, specify the plugin configuration details.

To configure the UFT Developer step:

  1. Add the UFT Developer step to a chain, as described in Create chains.

  2. Enter the plugin configuration details:

    Field Description
    Title (Optional) Rename the plugin step.
    Location of report files

    Enter the relative path to the report files. For multiple report files, enter each path on a new line, for example:

    RunResults/<report-file-01>.html
    RunResults/<report-file-02>.html

    Leave empty to use the runresults.html file in your workspace directory.

    Control options

    (Optional) Define the control options for the plugin step:

    • Enable step. By default, the step is enabled to run. Clear this option if you need to deactivate the step.

      Disabled steps are skipped when the chain runs.

    • Fail the step. Specify the conditions for failing the step, such as unit test failures, findings criteria, and/or console log entries.

    • Mark step as unstable. Specify the conditions for making the step unstable, such as unit test failures, findings criteria, and/or console log entries.

    Output variables (Optional) Specify the output variables to be passed to other steps down the chain. For details, see Publish output variables.

After a chain with the UFT Developer step runs successfully, you can review and download the captured report files on the chain run page. For details, see View chain runs.

Back to top

See also: