UiPath Documentation
test-manager
2022.4
false
Test Manager インストール ガイド
  • スタート アップ ガイド
    • このガイドについて
    • インストールについて
  • ハードウェアおよびソフトウェアの要件
  • インストールとアップグレード
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

ローカル デプロイ スクリプトを使用して Test Manager をインストールする

You can use this procedure to install Test Manager using the local deployment script, once you have the infrastructure ready, or to install it on an existing infrastructure. Before you install Test Manager, visit Local Azure Resource Manager Deployment and verify if you meet the requirements and you provisioned the necessary resources.

Windows PowerShell を開き、次のパラメーターを指定して TestManagerLocalDeploymentWrapper.ps1 スクリプトを実行します。

パラメーター説明
webAppNameUiPath Test Manager がインストールされる Azure Web アプリ リソースの名前です。
リソース グループ名UiPath Test Manager がインストールされる Azure リソース グループの名前です。
Identity URLUiPath Test Manager の接続先として使用する UiPath Identity の URL です。
ID インストール トークンThe IdentityInstallationToken, taken from the UiPath Identity portal, which will be used during the UiPath Test Manager installation and configuration (see Host Authentication Settings).
Orchestrator URLインストールおよび構成時に UiPath Test Manager が接続する UiPath Orchestrator の URL です。
Orchestrator の管理パスワードインストールおよび構成時に UiPath Test Manager が接続に使用する UiPath Orchestrator の管理者パスワードです。
Test Manager URLUiPath Test Manager の App Service の URL です (例: <AppServiceName>.azurewebsites.net)。
dbConnectionStringUiPath Test Manager が Azure SQL データベースへの接続に使用するデータベース接続文字列です。
appInsightsInstrKeyAzure App Insights リソースのインストルメンテーション キーです。
storageConnectionStringUiPath Test Manager が Azure Storage への接続に使用するストレージ接続文字列です。

スクリプトの例

.\TestManagerLocalDeploymentWrapper.ps1
-webAppName "tmh-test"
-resourceGroupName "tmh-testing"
-identityUrl "https://your.identity.com"
-identityInstallationToken "token"
-orchestratorUrl "https://your.orchestrator.com"
-testManagerUrl "https://tmh-test.azurewebsites.net"
-dbConnectionString "Server=myServerName,myPortNumber;Initial Catalog=tmtestingsqldb;Persist Security Info=False;User ID=<userId>;Password=<password>=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
-appInsightsInstrKey "appInsightsInstrKey"
-storageConnectionString "DefaultEndpointsProtocol=https;AccountName=accountName;AccountKey=accountKey==;EndpointSuffix=core.windows.net"
.\TestManagerLocalDeploymentWrapper.ps1
-webAppName "tmh-test"
-resourceGroupName "tmh-testing"
-identityUrl "https://your.identity.com"
-identityInstallationToken "token"
-orchestratorUrl "https://your.orchestrator.com"
-testManagerUrl "https://tmh-test.azurewebsites.net"
-dbConnectionString "Server=myServerName,myPortNumber;Initial Catalog=tmtestingsqldb;Persist Security Info=False;User ID=<userId>;Password=<password>=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
-appInsightsInstrKey "appInsightsInstrKey"
-storageConnectionString "DefaultEndpointsProtocol=https;AccountName=accountName;AccountKey=accountKey==;EndpointSuffix=core.windows.net"
  • スクリプトの例

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得