test-manager
2025.10
true
  • Getting started
    • About this guide
    • About installation
  • Hardware and software requirements
    • Hardware requirements
    • Software requirements and prerequisites
  • Installation and upgrade
UiPath logo, featuring letters U and I in white

Test Manager installation guide

Last updated Dec 5, 2025

Software requirements and prerequisites

Server OS

Software

Compatible Versions

Windows Server

  • 2012
  • 2012 R2
  • 2016
  • 2019
  • 2022

Databases

Software

Compatible Versions

SQL Server

  • 2014 Standard or Enterprise Edition
  • 2016 Standard or Enterprise Edition
  • 2017 Standard or Enterprise Edition
  • 2019 Standard or Enterprise Edition

Browsers

Software

Compatible Versions

Google Chrome

  • 79+

Firefox

  • 73+

Microsoft Edge

  • 20+

Web Servers

Software

Compatible Versions

IIS Internet Information Service Module:

Web Management Tools > IIS 6 Management Compatibility

  • IIS 6 Management Console

World Wide Web Services > Application Development Features:

  • Application Initialization
  • ASP.NET 6.0.14 and higher
    Note: Make sure to include the installation of the runtimes.
  • ISAPI Extenstions
  • ISAPI Filters
  • WebSocket Protocol

World Wide Web Services > Common HTTP Features:

  • Default Document
  • HTTP Errors
  • Static Content

World Wide Web Services > Security:

  • Request Filtering
  • URL Authorization
  • Windows Authentication
8+

IIS Modules - URL Rewrite

2.1 +

Software Frameworks

Software

Compatible Versions

.NET Core

8.0.8 or higher

Trouble: When upgrading from an earlier Test Manager version running on .NET 6 to a Test Manager version running on .NET 8, make sure that the compatibility level of the SQL Server is equal to or higher than 140. To check the compatibility level of your SQL Server, run this query:
SELECT compatibility_level  FROM sys.databases  WHERE name = '<TestManagerDatabaseName>';SELECT compatibility_level  FROM sys.databases  WHERE name = '<TestManagerDatabaseName>';
If the compatibility level is lower than 140, run the following query:
ALTER DATABASE  <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;ALTER DATABASE  <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;

Additional Settings

Component

Action

Disable Windows Authentication.

Enable Anonymous Authentication.

Set identity impersonate value to false.

SSL Certificate

UiPath Dependencies

Software

Compatible Versions

Orchestrator2021.10 and higher
Studio2021.10 and higher
Task Capture (optional)

2020.10.x

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.