UiPath Documentation
test-manager
2023.4
false
Test Manager installation guide
  • Getting started
    • About this guide
    • About installation
  • Hardware and software requirements
    • Hardware requirements
    • Software requirements and prerequisites
  • Installation and upgrade

Software requirements and prerequisites

Server OS

Software Compatible Versions

Windows Server

  • 2012
  • 2012 R2
  • 2016
  • 2019
  • 2022

Databases

Software Compatible Versions

SQL Server

  • 2016 Standard or Enterprise Edition
  • 2017 Standard or Enterprise Edition
  • 2019 Standard or Enterprise Edition
  • 2022 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 8.0.8 and higher

    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

SoftwareCompatible Versions
.NET Core8.0.8 or higher
Warning:

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

ComponentAction
Windows AuthenticationDisable Windows Authentication.
Anonymous AuthenticationEnable Anonymous Authentication.
IIS Authentication with ASP.NET Impersonation)Set identity impersonate value to false.
SSL CertificateSee Using a Certificate for the HTTPS Protocol.

UiPath Dependencies

SoftwareCompatible Versions
Orchestrator2022.4.15 and higher Ensure that higher versions of Orchestrator require .NET8.
Studio2022.4 and higher
Task Capture (optional)2020.10.x

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated