UiPath Documentation
test-manager
2023.4
false
Guía de instalación de Test Manager
  • Primeros pasos
    • Acerca de esta guía
    • Acerca de la instalación
  • Requisitos de hardware y software
  • Instalación y actualización
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Instalación de Test Manager usando el script de implementación 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.

Abre el PowerShell de Windows y ejecuta el script TestManagerLocalDeploymentWrapper.ps1 con los siguientes parámetros.

ParámetroDescripción
webAppNameEl nombre del recurso de la aplicación web de Azure donde se instalará UiPath Test Manager.
NombreDelGrupoDeRecursosEl nombre del grupo de recursos de Azure donde se instalará UiPath Test Manager.
identityUrlLa URL de UiPath Identity utilizada para conectar con UiPath Test Manager.
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 de OrchestratorLa URL de UiPath Orchestrator con la cual se conectará UiPath Test Manager durante la instalación y la configuración.
testManagerUrlLa URL del servicio de aplicación de UiPath Test Manager (por ejemplo, <AppServiceName>.azurewebsites.net).
dbConnectionStringLa cadena de conexión de base de datos que usará UiPath Test Manager para conectarse a la base de datos SQL de Azure.
appInsightsInstrKeyLa clave de instrumentación del recurso de Insights de Azure App.
storageConnectionStringLa cadena de conexión de almacenamiento que usará UiPath Test Manager para conectarse al almacenamiento de Azure.

Ejemplo 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"
  • Ejemplo de script

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado