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).
- 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:
-
Create or open an API/Web Service project.
-
To import test requests with OpenAPI 3.0, click on OpenAPI > Import OpenAPI 3.
Alternately, you can import test requests via the Tests Explorer panel. Right-click on Object Repository > Import > From OpenAPI 3.
-
In the dialog that displays, browse to your OpenAPI 3.0 local file and click OK.
Katalon Studio loads the file and generates RESTful test requests accordingly.
See also: