Skip to main content

Import REST API with OpenAPI Specification 3.0 to Katalon Studio

This manual shows you how to import RESTful APIs with OpenAPI Specification version 3.0 to Katalon Studio. For more information on how to import RESTful APIs with OpenAPI 2.0 (Swagger), see: Import RESTful requests from OpenAPI Specification Swagger (2.0).

Important:
  • Katalon Studio version 7.7.0
  • An active Katalon Studio Enterprise license.

To import a service definition with OpenAPI 3.0, perform the following steps:

  1. Create or open an API/Web Service project.

  2. To import test requests with OpenAPI 3.0, click on OpenAPI > Import OpenAPI 3.

    api or web service project type

    Alternately, you can import test requests via the Tests Explorer panel. Right-click on Object Repository > Import > From OpenAPI 3.

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

    dialog box

    Katalon Studio loads the file and generates RESTful test requests accordingly.

See also: