
Introduction
The Katalon Studio supports API Testing with RESTful and SOAP Services. We can import their definitions from various sources to create and test a single test request or to make functional test scripts.
Katalon Studio reinforces sending RESTful requests, which are parameterized and have body data and authorization.
Importing Requests
For importing test requests from Postman, the following steps need to be performed:
1. Export the Postman collection to JSON.
2. In the Katalon Studio, click on the Postman icon after choosing the project type as API/Web service.

3. A few different possible ways to import test requests from Postman is by following the below steps:
- Click Action
- API/Web Service
- Import Postman from the menu bar.

- In the Tests Explorer panel
- Right click on Object Repository
- Go to Import
- From Postman.
3. In the dialog box that appears, browse to the exported Postman local file and click OK.

4. After doing so, the corresponding test requests will be imported to Katalon Studio.

Note: The project must have an API/Web Service type to see the above icons.
Opening the Sample Request folder will show the test requests we generated earlier and provide the request response on executing.




