- Studio installation
- Robot installation
- Orchestrator installation
- Test Manager installation
Test Manager provisioning tool
testmanager.exe
in the default installation location, as follows: C:\Program Files (x86)\UiPath\TestManager\Tools\TestManagerProvisioner
. Alternatively, you can find the executable in your custom installation folder.
To start using the provisioning tool, download and install the UiPath Test Manager installation package on your machine.
The following sections list the available command-line parameters.
testmanager.exe database update -cs <connection string of testmanager database>
Command |
Option |
Description |
---|---|---|
|
|
The connection string of the database. |
-csf, --connectionStringFile <connectionstringfile> | Read connection string of the database from a file. | |
-asp, --appSettingsPath <appsettingspath> (Required)
|
The absolute path to the app settings configuration file. | |
|
Version ID. | |
|
Show help and usage information. | |
|
|
Show help and usage information. |
|
The absolute path to the app settings configuration file. | |
|
Show help and usage information. | |
|
|
The connection string of the database. |
|
The absolute path to the app settings configuration file. | |
|
Version ID. | |
|
Show help and usage information. | |
database updateStorageLocation | -cs, --connectionString <connectionstring> | The connection string of the database. |
-asp, --appSettingsPath <appsettingspath> | The absolute path to the app settings configuration file. | |
-v, --version <version>(Required) | Version ID. | |
-csf, --connectionStringFile <connectionstringfile> | Read connection string of the database from a file. | |
-b, --bucket | The target bucket that you want to use for migration. | |
-dbf, --bucketFile | Read destination bucket from this file path. | |
-f, --force | Perform the operation forcibly. |
Command |
Option |
Description |
---|---|---|
install |
-asp , --appSettingsPath <appsettingspath> Required |
The absolute path to the app settings configuration file. |
-iu , --identityUrl <identityurl> Required |
The absolute URL where Identity Server is located. | |
-iit , --identityInstallationToken <identityinstallationtoken> Required |
The authentication token for provisioning clients in Identity Server. | |
-ou , --orchestratorUrl <orchestratorurl> Required |
The absolute URL where Orchestrator is located. | |
-tmu , --testManagerUrl <testmanagerurl> Required |
The absolute URL where Test Manager is located. | |
-? , -h , --help |
Show help and usage information. |
Command |
Option |
Description |
---|---|---|
obfuscate | text <value> | The value that you want to obfuscate or deobfuscate. |
appsettings
<appsettingspath> | The absolute path to the app settings configuration file. | |
obfuscator deobfuscate | text <value> | The value that you want to obfuscate or deobfuscate. |
appsettings
<appsettingspath> | The absolute path to the app settings configuration file. | |
-?, -h, --help | Show help and usage information. |
Command |
Option |
Description |
---|---|---|
|
-asp, --appSettingsPath <appsettingspath> Required |
The absolute path to the app settings configuration file. |
-tsc, --trustServerCertificate <trustServerCertificate> | Set TrustServerCertificate parameter in database connection string. | |
|
Show help and usage information. |
Command |
Option |
Description |
---|---|---|
|
-iu, --identityUrl <identityurl> Required |
The absolute URL where Identity Server is located. |
-tmu, --testManagerUrl <testmanagerurl> Required | The absolute URL where Test Manager is located. | |
-iit, --identityInstallationToken <identityinstallationtoken> Required |
The authentication token for provisioning clients in Identity Server. | |
--oidcsecret, --oidcClientSecret | The Client Secret used for OIDC client registration. | |
|
Show help and usage information. | |
register third-party-s2sclient | -cscopes, --clientScopes | The client scopes that you use when you create the client. If no client scope is provided, the client will be created with the default ones. |
-cid, --clientId | The Client ID that you use when you create the client. If no client ID is provided, then it will be autogenerated. | |
-cname, --clientName | The Client Name to be used when creating the client. If no client name is provided, then it will be autogenerated. | |
-csecret, --clientSecret | The Client Secret to be used when creating the client. If no client secret is provided, then it will be autogenerated. | |
Required | The authentication token for provisioning clients in Identity Server. |