Downloading a Connected Project Using QA·CLI

Connected project recreation using the command line is done with the qacli validate config command. Refer to qacli validate config for more information.

To re-create the connected project and place in the current directory:

qacli validate config --create --qaf-project . --url localhost:8888 --project foo

This will create a Helix QAC project in the current directory, taking it from the Validate server, project foo.

Once the project has been downloaded, it should be ready for immediate use. However, in some cases, it may be necessary to make some adjustments to suit the local environment. For example, if the source files are in a location that is different from the locations of the other people working on the project, adjust the project roots as described in Setting the Root Directory of Your Sources.