The requested page is not available for selected version.
export command
ta export is used to export Test Architect items such as repository, project, test folder, built-in actions, interface entities, test modules/test cases using the command-line interface.
- A repository, project or test folder will be exported to a folder
- A built-in action, interface entity, test module or test case will be exported to a csv file
Note:
Applies to TestArchitect 8.4 Update 3 and higherSystax
ta export -rep <repository> -u <username> -p <password>[Optional arguments]
Arguments
| Argument | Description |
|---|---|
| -?,–help (Optional) | Displays the help information for the export command |
| -rep (Required) | Specifies the name or ID 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 Note:
|
| -prj (Optional) | Specifies the name or ID of the project. Example:
|
| -src (Optional) | Specifies the full path or ID of test module, data set, user-defined action or interface entity to be exported Example:
|
| -dtn (Optional) | Specifies full path of exported file/folder. Note:
|
| -tco (Optional) | Determines whether to export either test cases or test modules. Applicable values:
|
| -fld (Optional) | Determines whether to create a folder corresponding to each test module in order to hold its test cases. The folder is named after the corresponding test module. Applicable values
Note: This argument only works if the value of the tco argument is yesExample: -fld “yes” |
| -pre (Optional) | Adds text or the value of user-defined field as a prefix to the names of .csv files. Syntax:
Example:
|
| -zip (Optional) | Determines whether the items are exported into a compressed file (.zip) or a folder. Applicable values:
|
| -o (Optional) | Determines whether to overwrite the file/folder if it already exists. Applicable values:
|