Int4 Suite Documentation

Importing Externally Defined API's

For testing API’s defined by SAP API Management, SAP Business Accelerator Hub, or defined in file-based OpenAPI specification, you can easily import these API’s for organized testing, following the common patterns for HTTP based interfaces.

To start, open API Tester Cockpit and choose the Import API option from the toolbar:

image-20250730-161123.png

This will open Import API window, allowing You to import from SAP API Management (API Portal - as configured for a specific environment), SAP Business Accelerator Hub, or from a file.

image-20250730-161220.png
API Import window example

Choose the API(s) and then select a folder, where the API’s should be imported to. Following a successful import, the relevant folder structure will be created and populated with all the API definitions from the specification, like in the following example.

image-20250730-161642.png
API Folder populated with API Definitions from SAP Business Hub

For each specific definition, it is possible to

  • Configure API test call parameters, headers and body

  • Execute the API test in-place

  • Store the API call and results as a test case for future reference

image-20250730-161837.png