Skip to main content

Import RESTful from Postman to Katalon Studio

To import test requests from Postman, perform the following steps:

  1. Export your Postman collection to JSON. See the instruction on Postman document: Importing and exporting data.

  2. In Katalon Studio, with an API/Web Service project, click on the Postman icon.

    api or web service project type

    Alternately, from Katalon Studio 8.3.0 onwards, you can import test requests via:

    • The Action button in the top menu bar:

      • In the top menu bar, click Action > API/Web Service > Import Postman.

        Import Postman

    • The Tests Explorer panel:

      • In Tests Explorer, right-click on Object Repository > Import > From Postman.

        Import Postman to object repository

  3. In the dialog that displays, browse to your exported Postman local file and click OK.

    Import Postman dialog

    The corresponding test requests are imported to Katalon Studio.

    imported test requests