- Démarrage
- Prérequis logiciels et matériels
- Installation et mise à niveau
- Étapes d'installation
- Étapes post-installation
- Chiffrement du fichier de configuration du Test Manager
- Test Manager Provisioning Tool
- Installation en mode silencieux
- Déploiement de Test Manager dans Azure Marketplace
- Installer Test Manager à l'aide du script de déploiement local
- Mettre à jour le déploiement local de Test Manager
- Mettre à niveau
- Sauvegarde et restauration
- Résolution des problèmes
- Problèmes connus

Guide d'installation de 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 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. |
.\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"