要求されたページは選択されたバージョンでは利用できない。
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
注意:
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” ヒント: 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 注意:
|
-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. 注意:
|
-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
注意: 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:
|