test-manager
2025.10
true
- Getting started
- Hardware and software requirements
- Hardware requirements
- Software requirements and prerequisites
- Installation and upgrade

Test Manager installation guide
Last updated Dec 5, 2025
|
Software |
Compatible Versions |
|---|---|
|
SQL Server |
|
|
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 |
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:If
the compatibility level is lower than 140, run the following
query:
SELECT compatibility_level FROM sys.databases WHERE name = '<TestManagerDatabaseName>';SELECT compatibility_level FROM sys.databases WHERE name = '<TestManagerDatabaseName>';ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;
|
Component |
Action |
|---|---|
|
Disable Windows Authentication. | |
|
Enable Anonymous Authentication. | |
|
Set
identity impersonate value to false.
| |
|
SSL Certificate |