The requested page is not available for selected version.
generate command
ta generate is used to generate Test Architect test data to a runnable package using the command-line interface.
Notes:
Applies to TestArchitect 9.1 and higherSystax
ta generate -rep <repository> -u <username> -p <password>[Optional arguments]
Arguments
Argument | Description |
---|---|
-?,–help (Optional) | Displays the help information for the generate command |
-rep (Required) | Specifies the name of the repository Example:
|
-u (Required) | Specifies the user name to log in to the repository |
-p (Required) | Specifies the password to log in to the repository. Example: -p “aeteyfghdt13” Tip: you can exact the encrypted password of a given username from a test execution batch file. |
-rs (Optional) | Specifies the IP address or machine name of the repository server. Example: -rs 192.168.167.134:53400 Notes:
|
-prj (Optional) | Specifies the name of the project. Example:
|
-t (Optional) | Specifies the full path or ID of the test suite or the test module to be generated. Example:
|
-dtn (Optional) | Specifies full path of generated file/folder. Notes:
|
-orsn (Optional) | Specifies the package file name after generated. Default value: Repository name_YYYY-MM-DD_HH-MM-SS |
-o (Optional) | Determines whether to overwrite the file if it already exists. Applicable values:
|