test-suite
2022.4
false
- Studio installation
- Robot installation
- Orchestrator installation
- Test Manager installation
Important :
The Test Suite guide has been deprecated. For the latest documentation on Test Manager and UiPath testing capabilities, visit the Test Manager guide.

Test Suite Installation Guide
Last updated Sep 9, 2025
Update Test Manager local deployment
linkTo update Test Manager to the latest version, download the new packages found in the Requirements section.
Open Windows PowerShell and run the
TestManagerLocalDeploymentWrapper.ps1
script with the
-Update
flag and then supply the following parameters.
Parameter |
Description |
---|---|
webAppName |
The name of the Azure Web App resource where UiPath Test Manager will be installed. |
resourceGroupName |
The name of the Azure Resource Group where UiPath Test Manager will be installed. |
Script example
linkScript example
In the following example, the local deployment script is executed to install Test Manager given that the resources have been provisioned.
- Use the
az login
to log in to your Azure environment. - Run the
TestManagerLocalDeploymentWrapper.ps1
script and then supply the following parameters..\TestManagerLocalDeploymentWrapper.ps1 -webAppName "tmh-test" -resourceGroupName "tmh-testing" -update
.\TestManagerLocalDeploymentWrapper.ps1 -webAppName "tmh-test" -resourceGroupName "tmh-testing" -update