test-manager
2025.10
true
  • 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.
UiPath logo, featuring letters U and I in white

Guide d'installation de Test Manager

Dernière mise à jour 5 déc. 2025

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ètre

Description

NomApplicationWeb

Le nom de la ressource Azure Web App où UiPath Test Manager sera installé.

NomGroupeRessources

Le 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é

Le JetonInstallationIdentité, extrait du portail UiPath Identity, qui sera utilisé lors de l'installation et de la configuration de UiPath Test Manager (voir Paramètres d'authentification de l'hôte (Host authentication settings)).

URL Orchestrator

L'URL UiPath Orchestrator à laquelle UiPath Test Manager se connectera lors de l'installation et de la configuration.

UrlTestManager

L'URL du service d'application UiPath Test Manager (par exemple, <AppServiceName>.azurewebsites.net).

ChaîneConnexionBaseDonnées

Chaîne de connexion à la base de données que UiPath Test Manager utilisera pour se connecter à la base de données Azure SQL.

CléInstructionApplicationInsights

Clé d'instrumentation pour la ressource Azure App Insights.

ChaîneConnexionStorage

Chaî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 ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2025 UiPath Tous droits réservés.