- Introdução
- Requisitos de hardware e software
- Instalação e atualização
- Passos de instalação
- Etapas de pós-instalação
- Criptografia do arquivo de configuração do Test Manager
- Ferramenta de provisionamento do Test Manager
- Instalação silenciosa
- Implantação do Test Manager no Azure Marketplace
- Instale o Test Manager usando o script de implantação local
- Atualize a implantação local do Test Manager
- Atualização
- Backup e restauração
- Solução de problemas
- Problemas conhecidos

Guia de instalação do 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.
TestManagerLocalDeploymentWrapper.ps1
com os parâmetros a seguir.
Parâmetro |
Description |
---|---|
webAppName |
Nome do recurso Aplicativo web do Azure onde o UiPath Test Manager será instalado. |
NomeDoGrupoDeRecursos |
Nome do Grupo de recursos do Azure onde o UiPath Test Manager será instalado. |
identityUrl |
URL do UiPath Identity usada para o UiPath Test Manager se conectar. |
identityInstallationToken |
O IdentityInstallationToken, extraído do portal do UiPath Identity, que será usado durante a instalação e configuração do UiPath Test Manager (consulte Configurações de autenticação do host). |
URL do Orchestrator |
URL do UiPath Orchestrator à qual o UiPath Test Manager se conectará durante a instalação e configuração. |
testManagerUrl |
URL do Serviço de aplicativos do UiPath Test Test Manager (por exemplo,
<AppServiceName>.azurewebsites.net ).
|
dbConnectionString |
String de conexão com banco de dados que o UiPath Test Manager usará para se conectar ao banco de dados SQL do Azure. |
appInsightsInstrKey |
Chave de instrumentação para o recurso Azure App Insights. |
storageConnectionString |
String de conexão de armazenamento que o UiPath Test Manager usará para se conectar ao Armazenamento do 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"