Skip to main content

Create a test project in Katalon Studio

To create a test project in Katalon Studio, do as follows:
  1. Go to File > New > Project from the main menu.
  2. In the displayed New Project dialog, enter the name of your project.Create a new project in Katalon Studio
  3. Choose a desired project Type.
  4. In the Project field dropdown list, you can either choose to create a blank project or a sample project.
    If you choose to create a sample project, the Git repository URL of that sample project is retrieved in the Repository URL accordingly.
    If you choose to create a blank project, you can choose whether to generate .gitignore file or build.gradle file.
  5. In the Location field, choose the location for your test where you have all Read & Write permission. Do not store your projects in the Katalon build folder.
  6. Enter a brief Description for your new project, then click OK.
Katalon generates a new project accordingly.

Create API/Web Service project

Katalon Studio supports API/Web Service test project, which allows separating the API/Web Service testing from WebUI and Mobile testing. You can also perform more API/Web Service automation tasks on Katalon Studio such as Quickstart wizard, import Swagger or WSDL definition File/URL directly, or retrieve the request history at any time.

The update comes with a interface, including a toolbar and a view that serve only for API/Web Service testing.

In Katalon Studio, to create a new API/Web Service project, select API/Web Service type in the New Project dialog and specify all required project information.

In Katalon Studio - Platform Edition, go to Project Information > Project Type > WebService to change project type and enable the toolbar for API testing.

You cannot create a new project in Katalon Studio - Platform Edition. You need to set up your project on Katalon TestOps, then open your Web Service project in Katalon Studio - Platform Edition. See Open a test project in Katalon Studio - Platform Edition.