Test SuiteTest Suite is a collection of Test Cases. It helps you to create a complicated flow or reuse the repeating actions. Hence, if you want to update a part of the flow in the future, it will be updated automatically in all Test Suites. Imagine a Test Suite as a complete screen, whereas the Test Case is a component that can be used elsewhere.
To create a Test Suit, navigate to the File > New > Test Suite.
Or you can right-click on the Test Suite folder.
On the right panel, click on the Add button. In the pop-up that appears, you can select the Test Cases that you want to add to this suite and click OK.
The selected test cases will be visible in the sheet below. The test cases will be executed from top to bottom.
You can also open the Execution Info section to modify the settings if needed. Here you can see we have a section to enter the emails. Those emails will get the test results sent directly to their box.
This is a group of Test Suits. You can use it for any purpose such as create multiple tests for different browsers.
To create a Test Suit Collection, go to File > New > Test Suit Collection.
Or right-click the Test Suit folder.
Now you can add multiple Test Suit and change the Browser (Run With column) and Profile (different account/passwork or URLs for Staging, Production,…)
The log on Katalon Studio is per Test Case or Test Suit. You can look at the Log Viewer tab and click on and action to see the log such as elapsed time, object,…
You can also change it to the Tree view and filter by Test status.
In terms of reports, they are stored in the Report folder on the left. You can view it directly on the app or via an HTML file.