Software requirements and prerequisites
Server OS
| Software |
Compatible Versions |
|---|---|
| Windows Server |
|
Databases
| Software |
Compatible Versions |
|---|---|
| SQL Server |
|
Browsers
| Software |
Compatible Versions |
|---|---|
| Google Chrome |
|
| Firefox |
|
| Microsoft Edge |
|
Web Servers
| Software |
Compatible Versions |
|---|---|
| IIS Internet Information Service Module: Web Management Tools > IIS 6 Management Compatibility
World Wide Web Services > Application Development Features :
World Wide Web Services > Common HTTP Features :
World Wide Web Services > Security :
|
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>';
If the compatibility level is lower than 140, run the following query:
ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;
Additional Settings
| Component | Action |
|---|---|
| Windows Authentication | Disable Windows Authentication. |
| Anonymous Authentication | Enable Anonymous Authentication. |
| IIS Authentication with ASP.NET Impersonation | Set identity impersonate value to false. |
| SSL Certificate | See Using a Certificate for the HTTPS Protocol. |
UiPath Dependencies
| Software | Compatible Versions |
|---|---|
| Orchestrator | 2021.10 and higher |
| Studio | 2021.10 and higher |
| Task Capture (optional) | 2020.10.x |