UiPath Documentation
test-manager
2022.10
false
  • Getting started
    • About this guide
    • About installation
  • Hardware and software requirements
    • Hardware Requirements
    • Software Requirements and Prerequisites
  • Installation and upgrade
    • Installation
      • Installation steps
      • Post-installation steps
      • Test Manager config file encryption
      • Test Manager Provisioning Tool
      • Silent install
      • Test Manager deployment in Azure Marketplace
      • Local Azure Resource Manager Deployment
        • Install Test Manager using the local deployment script
        • Update Test Manager local deployment
    • Upgrade
    • Backup and restore
    • Troubleshooting
    • Known issues
UiPath logo, featuring letters U and I in white

Test Manager installation guide

Last updated Oct 27, 2025

Update Test Manager local deployment

To 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

Script example

In the following example, the local deployment script is executed to install Test Manager given that the resources have been provisioned.

  1. Use the az login to log in to your Azure environment.
  2. 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
  • Script example

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated