UiPath Documentation
test-manager
2022.4
false
Guide d'installation de Test Manager
  • Démarrage
    • À propos de ce guide
    • À propos de l'installation
  • Prérequis logiciels et matériels
  • Installation et mise à niveau
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Installer Test Manager à l'aide du script de déploiement 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.

Ouvrez Windows PowerShell et exécutez le script TestManagerLocalDeploymentWrapper.ps1 avec les paramètres suivants.

ParamètreDescription
NomApplicationWebLe nom de la ressource Azure Web App où UiPath Test Manager sera installé.
NomGroupeRessourcesLe nom du groupe de ressources Azure où UiPath Test Manager sera installé.
UrlIdentitéL'URL d'identité UiPath utilisée par UiPath Test Manager pour se connecter.
Jeton d’installation d’identitéThe IdentityInstallationToken, taken from the UiPath Identity portal, which will be used during the UiPath Test Manager installation and configuration (see Host Authentication Settings).
URL OrchestratorL'URL UiPath Orchestrator à laquelle UiPath Test Manager se connectera lors de l'installation et de la configuration.
Orchestrator Admin Mot de passeLe mot de passe administrateur UiPath Orchestrator auquel le Test Manager UiPath se connectera lors de l'installation et de la configuration.
UrlTestManagerL'URL du service d'application UiPath Test Manager (par exemple, <AppServiceName>.azurewebsites.net).
ChaîneConnexionBaseDonnéesChaîne de connexion à la base de données que UiPath Test Manager utilisera pour se connecter à la base de données Azure SQL.
CléInstructionApplicationInsightsClé d'instrumentation pour la ressource Azure App Insights.
ChaîneConnexionStorageChaîne de connexion au stockage que UiPath Test Manager utilisera pour se connecter à Azure Storage.

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

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour