Create test case overview
After you create your Katalon project, it's time to create your first test case. Katalon Studio supports keywords-driven testing where test case consist of keywords representing actions of users on the Applications Under Test (AUT).
The manual view allows users with less experience in programming to generate automated tests. In addition to the manual view, Katalon Studio allows users with Groovy/Java experience to programmatically write and modify automated tests in the script view of test cases.
Creating a new test cases. See Create a new test case.
Adding your test steps in manual and script view with usage examples. See:
Supported value types in Katalon Studio. See Value types.
Adding statements to your test case. See Statements.
Calling another test case as a test step. See Call test case.
Configuring the setUp/tearDown methods and the test listeners in Katalon Studio. See Test fixtures and test listeners (test hooks).
How to use text encryption directly inside the test script. See Working with sensitive text.
For API testing:
For BDD testing: Create BDD test cases.
Combining Katalon Studio with SAP Scripting Tracker for Windows. See Combine Katalon Studio with SAP Scripting Tracker for Windows.