Versions Compared

Key

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

Report Generator Utility uses ALT Restful API to generate a report on scenario summary and transaction/page metrics in MS Excel format.

...

The report generator uses Java 11 since it is the latest LTS release of Java at the moment . It can be downloaded at AdoptOpenJDK

...

To get Token and Endpoint Navigate to API tab on ALT Portal

NOTE If the report generator is not able to find the property file it will suggest creating one:

Code Block
languagepowershell
PS C:\apica\alt-custom-report-generator\target> java -jar .\ReportGenerator.jar 123
Property file not found. Would you like to create a default property file? [Y/n] Y
Property file has been generated. Please set proper api.endpoint and api.token

...

java -jar ./ReportGenerator.jar -t 98585B7D-1562-4FBC-9870-41F591C1XXXX -e https://api-alt-us1.apicasystems.com/v1 123 -S -P

NOTE if both endpoint and token are provided as parameters the property file is not needed. If only token or endpoint is provided the other will be got from the property file.

Troubleshooting

If you get:

...