test-suite
2024.10
true
- Getting Started with Test Suite
- Studio
- Test Suite - Studio
- Overview
- Testing activities and coded automation APIs
- Orchestrator
- Testing robots
- Test Manager
Important :
The Test Suite guide has been deprecated. For the latest documentation on Test Manager and UiPath testing capabilities, visit the Test Manager guide.

DEPRECATED
Test Suite User Guide
Last updated Sep 18, 2025
RFC connection
linkTo create an integration between your Test Manager project and your SAP system to collect data periodically, using an RFC connection to your SAP system, follow these steps:
Integrate SAP NetWeaver RFC SDK
linkTo make the RFC connection between Test Manager and your SAP instance work, install
SAP NetWeaver RFC SDK 7.50.
Prerequisites:
- Valid SAP user credentials.
- Visual C++ 2013 64-bit
- Visit SAP Note 2573790 and login with your SAP credentials.
- In Downloads, search for
SAP NW RFC
. - Click
SAP NetWeaver RFC SDK 7.50
, select thenwrfc750P_9-70002755.zip
file, and download it. - Extract it in your
C:\
directory and check to see if you have thedll
files inside thelib
folder.For example:C:\lib
- Set the Path variable as the path of the
lib
folder that you extracted with the entireSAP NetWeaver RFC SDK 7.50
.
Now you can integrate a direct connection between your SAP system
and Test Manager.
2. Create the SAP connection
link- Open your project in Test Manager, and go to Project Settings > Integration.
- Select SAP from the New
Connection dropdown.
The Edit connection dialog pops up.
- Fill in the fields according to the
data from your SAP system:
- Name - name the integration between Test Manager and SAP.
- Description - describe the integration between Test Manager and SAP.
- Select ConnectSapInstance from
Data Source:
- Application Server—IP address that your SAP system is working on.
- System name—three-letter SAP system ID.
- Instance Number—SAP system number.
- Client—SAP client to log into.
- User—SAP user name.
- Password—SAP password.
- Polling Interval—time interval when data is brought from the SAP system. The minimum value for this is one hour.
- After you finish the configuration of the integration, select Save.
- Refresh your project. The Heatmap page appears in the left-hand menu of your Test Manager project.