Uploading to Validate Using QA·CLI

Uploading results using the command line is done with the qacli validate build command, which you can read about in qacli validate build.

For example:

qacli validate build --qaf-project . 

This will build and upload the results from the Helix QAC project, in the current directory to the connected project on the Validate server. You would normally use this command on a build server.

It will have a default build name, to specify the name to use add the ‑‑build‑name option, for example:

qacli validate build --qaf-project . --build-name MyBuild-1
The project you are uploading to on the Validate server must have been previously created.
To upload you must already be authenticated with Validate, have the appropriate permissions, and an appropriate Build license.