Upload test runs

Note: This feature is in Beta with limited support and might not be fully stable.

This section describes how to create a file containing the raw results of a test run conducted in Professional or Enterprise Performance Engineering, and then upload it to the Analysis service for root cause analysis.

Prepare a test run for upload

This section describes how to prepare raw results for upload to the Analysis service.

To prepare a test run for upload:

  1. Obtain the raw results folder for the test run you want to analyze.

    Tool Location
    OpenText Professional Performance Engineering

    Go directly to the <results_name> folder under the scenario folder.

    OpenText Enterprise Performance Engineering Download raw_results.zip from the Results page, and unzip it to get the raw results folder.
  1. Convert the raw result folder into a folder containing JSON files.

    Note: This step is only required when using OpenText Professional Performance Engineering Analysis or Standalone Analysis version 24.1 or later. If you are uploading raw results from a machine running an earlier Analysis version, you can skip this step.

    1. Open the command prompt and navigate to <Analysis_installation>\bin.

    2. Convert the raw results folder into a folder containing JSON files by entering the following in the command line:

      Copy code
      LrRawResultsExporter -source_dir <folder_path> -target_dir <folder_path> -to_json [-f]

      For more details, see Export data to InfluxDB or JSON in the OpenText Professional Performance Engineering Help Center.

  1. Close the Exporter tool.

  1. Create a ZIP file from the folder.

Upload the test run

Upload the raw results ZIP file to the Analysis service. For details, see Runs list in Analyze a test run.

Note: Keep the browser tab open until the process ends.

Next steps