- スタート アップ ガイド
- ハードウェアおよびソフトウェアの要件
- インストールとアップグレード
前提条件
Test Manager をインストールするための前提条件の一部として、次の手順を実行します。
1. 要件
Check the Hardware Requirements and Software requirements before installation.
2. Test Automation をインストールして有効化する
Test Automation モジュールは、Orchestrator をインストールまたはアップグレードするときに有効化できます。UiPath Orchestrator の [セットアップ] に到達したら、[Test Automation] を選択します。
さらに、インストールの種類に応じて、以下の手順を実行して Orchestrator の Test Automation 機能を有効化できます。
- MSI でのインストールの場合:
-
Orchestrator Web アプリケーション サーバーで、[コントロール パネル] > [プログラム] に移動します。
-
[Orchestrator] を選択し、[変更] をクリックします。
-
Select Test Automation.
ポップアップが表示され、アクションを完了するための追加の手順が説明されます。
-
ポップアップの手順に従って、アクションを完了します。
-
- Azure PaaS にデプロイされた Orchestrator の場合:
Publish-Orchestrator.ps1スクリプトを実行する前に、App Service の次の設定を行います。-
AppSettings: Key = [
TestAutomation.ModuleEnabled- Test Automation モジュールを有効化するには True に設定します。 -
AppSettings: Key = [
TestAutomation.FeatureEnabledByDefault- Test Automation モジュールを既定で有効にするには True に設定します。 -
ConnectionString: Name =
TestAutomation- Set the Test Automation database connection string. You can either use a connection string similar to the one used for Orchestrator, or a different one altogether. For example:Server=13.13.13.13;Initial Catalog=UiPath;Persist Security Info=False;User ID=dbUser;Password=pass123; MultipleActiveResultSets=False;Encrypt=True; Connection Timeout=30;TrustServerCertificate=True.警告:特にホットスワップスロットを使用している場合は、これらの設定を
Deployment slot settingとしてマークしてください。
-
- Test Automation モジュールを有効化せずに Orchestrator をデプロイ済みの場合は、アップグレードに使用するのと同じパラメーターを使用して
Publish-Orchestrator.ps1スクリプトを実行し、-testAutomationFeatureEnabledパラメーターを追加します。 - Orchestrator インスタンスをアップグレードする場合は、これを実行する前に、
Publish-Orchestrator.ps1スクリプトに-testAutomationFeatureEnabledパラメーターを追加します。
3. SQL Server ユーザーを構成する
[データベースの設定] インストール タブの [認証モード] フィールドで入力する SQL ユーザーに、データベースの作成に必要な権限を付与します。Test Manager のインストール中に、新しい専用のデータベースが作成されます。
Orchestrator で Test Automation 機能を有効化すると、既定の名前「 UiPathTestAutomation」で専用のデータベースが作成されます。このデータベースは、Test Manager のインストール時に作成されたデータベースとは異なります。
-
Regardless of the type of user (domain or SQL) you want to connect to SQL Server, please note that you need to assign it the
dbcreatorServer Role BEFORE installing Test Manager, as the database is created during this installation process. -
If security restrictions do not allow the use of the
dbcreatorServer Role in the service account, create the empty database in SQL Server.Windows インストーラーが SQL Server に接続され、データベースの存在が確認されます。
-
データベース作成後、次のスクリーンショットのように
db_ownerユーザーマッピングの役割で SQL データベースに接続するユーザーを入力します。
4.インストール キットをダウンロードする
Customer Portal から UiPath Test Manager インストール キットをダウンロードします。
5. SQL Server インスタンスを構成する
Test Manager のインストールに使用する SQL Server インスタンスを、次の要件を用いて構成します。
- SQL Server 端末の名前
- 既定のインスタンスではない場合は、インスタンスの名前
- 既定のポートではない場合は、TCP ポートの値 - 1433
- SQL Server 端末のファイアウォールで SQL Server ポートがオープンとなっています
- SQL Server Configuration Manager の TCP プロトコルが有効であること
- SQL Server サービスを、動的に割り当てられたポートではなく、固定ポートにリッスンするようにします。
6. テナント レベルで Testing ランタイム ライセンスを割り当てる
Test Manager をインストールしたら、Test Manager を使用するテナントに Testing ランタイム ライセンスを割り当てる必要があります。