UiPath Documentation
test-manager
2022.10
false
Guia de instalação do Test Manager
  • Introdução
    • Sobre este guia
    • Sobre a Instalação
  • Requisitos de hardware e software
  • Instalação e atualização
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Instale o Test Manager usando o script de implantação local

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.

Abra o Windows PowerShell e execute o script TestManagerLocalDeploymentWrapper.ps1 com os parâmetros a seguir.

ParâmetroDescription
webAppNameNome do recurso Aplicativo web do Azure onde o UiPath Test Manager será instalado.
NomeDoGrupoDeRecursosNome do Grupo de recursos do Azure onde o UiPath Test Manager será instalado.
identityUrlURL do UiPath Identity usada para o UiPath Test Manager se conectar.
identityInstallationTokenThe IdentityInstallationToken, taken from the UiPath Identity portal, which will be used during the UiPath Test Manager installation and configuration (see Host authentication settings).
URL do OrchestratorURL do UiPath Orchestrator à qual o UiPath Test Manager se conectará durante a instalação e configuração.
testManagerUrlURL do Serviço de aplicativos do UiPath Test Test Manager (por exemplo, <AppServiceName>.azurewebsites.net).
dbConnectionStringString de conexão com banco de dados que o UiPath Test Manager usará para se conectar ao banco de dados SQL do Azure.
appInsightsInstrKeyChave de instrumentação para o recurso Azure App Insights.
storageConnectionStringString de conexão de armazenamento que o UiPath Test Manager usará para se conectar ao Armazenamento do Azure.

Exemplo de script

.\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"
  • Exemplo de script

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades