Skip to main content

Create a new test case in Katalon Studio

To create a new test case in Katalon Studio, first, open your desired Katalon project. You can learn more about how to open projects at: Manage test project in Katalon Studio overview

On the right side of Katalon Studio, you can see the Tests Explorer section containing access to all folders of your projects. There are three ways to create a new test case in Katalon Studio:

  1. From the main toolbar, click on Create new Test Case.
    Or, in the Tests Explorer panel, right-click on the Test Case folder and select New > Test Case.
    new test case in test explorer
    Alternatively, you can also go to File > New > Test Case from the main menu.
    Tip:
    • For better management, you can also create a new folder by selecting Test Cases > New > Folder, then create new test cases inside that folder.

  2. The New Test Case dialog appears. Enter your test case name, description, and tag. You can organize your project more efficiently by creating relevant test case names, tags, and providing detailed descriptions.
    Create new test case dialog
    After you are done, click OK.
    Note:

A new test case is created inside the Test Case folder.

Once a new test case is created, it is opened in Manual view. This view allows you to create automated tests with little programming skills required. You can switch to the Script tab to edit in Script view.

The manual view