test-manager
2022.4
false
- 入门指南
 - 硬件和软件要求
 - 安装和升级
 

Test Manager 安装指南
上次更新日期 2025年8月25日
准备好基础架构后,您可以参照此过程,使用本地部署脚本安装 Test Manager,也可以将其安装在现有基础架构上。在安装 Test Manager 之前,请访问本地 Azure 资源管理器部署,并验证您是否满足要求以及是否已配置必要的资源。
打开 Windows PowerShell 并使用以下参数运行 
            
            
            TestManagerLocalDeploymentWrapper.ps1 脚本。
            | 
                            参数  | 
                            描述  | 
|---|---|
| 
                            网页应用程序名称  | 
                            将安装 UiPath Test Manager 的 Azure 网页应用程序资源的名称。  | 
| 
                            资源组名称  | 
                            将安装 UiPath Test Manager 的 Azure 资源组的名称。  | 
| 
                            身份 URL  | 
                            用于 UiPath Test Manager 连接的 UiPath 身份 URL。  | 
| 
                            身份安装令牌  | 
                            从 UiPath 身份门户获取的身份安装令牌,将在 UiPath Test Manager 安装和配置期间使用(请参阅“主机身份验证设置”)。  | 
| 
                            Orchestrator URL  | 
                            UiPath 测试管理器将在安装和配置期间连接到的 UiPath Orchestrator URL。  | 
| 
                            Orchestrator 管理员密码  | 
                            UiPath Orchestrator 管理员密码,UiPath Test Manager 在安装和配置期间使用该密码进行连接。  | 
| 
                            Test Manager URL  | 
                            UiPath Test Manager 应用服务的 URL(例如  
                           
                           
                        <AppServiceName>.azurewebsites.net)。
                            | 
| 
                            数据库连接字符串  | 
                            UiPath Test Manager 将用于连接到 Azure SQL 数据库的数据库连接字符串。  | 
| 
                            AppInsights 指令键  | 
                            Azure App Insights 资源的检测密钥。  | 
| 
                            存储连接字符串  | 
                            UiPath Test Manager 将用于连接到 Azure 存储的存储连接字符串。  | 
.\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"