test-manager
2022.4
false
Guide d'installation de Test Manager
- 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
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
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é | 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 Orchestrator | L'URL UiPath Orchestrator à laquelle UiPath Test Manager se connectera lors de l'installation et de la configuration. |
| Orchestrator Admin Mot de passe | Le mot de passe administrateur UiPath Orchestrator auquel le Test Manager UiPath 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"