Edit draft test case
The following guidance shows you how to edit a draft test case in Katalon Cloud Studio (Beta).
Edit test case description
Learn how to edit the description of a draft test case in Katalon Cloud Studio (Beta).
- From the Project home screen, go to and select the draft test case you wish to edit.
- Hover and click the Description field to change the field in Edit mode, and update your draft test case description.
- Click Save to save your test case description.
Your test case description is now updated.Add a new test step
Learn how to add test step(s) on your draft test case in Katalon Cloud Studio (Beta).
There are two ways to add a new test step in a draft test case in Katalon Cloud Studio (Beta): - From the Project home screen, go to and select the draft test case you wish to edit.
Note: If you are creating a new
Katalon Cloud Studio (Beta) test case, follow the steps in the topic
Create a draft test case and start with the next step (Step 2).
- Add new test step(s) using any of the following ways:
- Click the + Add New Test Step button at the bottom of the test steps list.
- Hover between two test steps and click the Plus (+) icon to add a new test step in between.
- Select any of the Supported actions you wish to add as a new test step.
If the selected action requires an object, you can select the object to perform the action on from the object list or capture a new object by clicking
Capture new object.
Fill in any other inputs (ex. text, URL, password) as needed. For more information about this step, see:
Supported actions.
- Click Save to save your changes.
Your test steps have been added to your test case.Cut and copy test steps
You can cut and paste or copy and paste selected test step(s) in your draft test case.
- From the Project home screen, go to and select the draft test case you wish to edit.
- Select the test steps you wish to cut or copy using any of the following ways:
- Hover along the test step to the right and click the overflow (3-dot) menu and select Cut or Copy:
- If you select multiple steps, right-click and select Cut or Copy all selected test steps:
- You can also click on the toolbar icons to either cut or copy your selected test steps.
- Place your cursor where you like to paste the cut or copied steps, then right-click and click Paste. In the example below, the cursor is placed on the empty space area at the end of the test steps to paste them as new test steps.
Note: - If you copied a test step, you can paste the test step multiple times.
- If you cut a test step, you can only paste it one time only.
The cut/copied test steps have been successfully pasted in the location where you wish to add them.Click Undo on the toast notification to undo the cut and paste or copy and paste action.
Move test steps via drag and drop
Learn how to move and organize test steps in a draft test case using drag and drop in Katalon Cloud Studio (Beta).
Here is a quick demo on how to move test steps via drag and drop: Note: To activate this action, hover on the selected test step to make the Drag icon appear.
- From the Project home screen, go to and select the draft test case you wish to edit.
- In the Editor view, hover to the test step you wish to change the order, and drag it to your desired order.
Any change using this action is automatically saved. We recommend performing a test run to validate the change.
You have successfully moved/organized the test step/s for your draft test case in Katalon Cloud Studio (Beta).Duplicate a test step
Learn how to duplicate a test step of your draft test case in Katalon Cloud Studio (Beta)..
There are several ways to duplicate a test step in a draft test case in Katalon Cloud Studio (Beta).Note: To activate inline and toolbar actions, hover on the selected test step.
- From the Project home screen, go to and select the draft test case you wish to edit.
- You can duplicate a test step using any of the following ways:
- In the Editor view, hover along the test step to the right till you see the Duplicate icon. Click the Duplicate icon to duplicate the test step:
- You can also right-click on a test step and click the Duplicate icon as shown below:
- Another option is to click the checkbox corresponding to the test step, and click the Duplicate icon just above the test steps.
You have successfully duplicated a test step in your draft test case.Bulk-duplicate test steps
Learn how to bulk-duplicate test steps of a Katalon Cloud Studio (Beta) test case.Note: To activate inline and toolbar actions, hover on the selected test step.
- From the Project home screen, go to and select the draft test case you wish to edit.
- In the Editor view, click the checkboxes associated to the test steps. You can also use the Shift + Arrow Down or Up keys on your keyboard to select the test steps.
- You can bulk duplicate selected test steps using any of the following ways:
- Click the Duplicate icon on the toolbar.
- Right-click and select Duplicate all test steps.
The selected test steps of your Katalon Cloud Studio (Beta) test case have been duplicated. The duplicated test steps are then placed just below the last step duplicated, and in order: Delete a test step
Learn how to delete a test step in a draft test case in Katalon Cloud Studio (Beta).
Note: To activate inline and toolbar actions, hover on the selected test step.
- From the Project home screen, go to and select the draft test case you wish to edit.
- You can delete a test step using any of the following ways:
- In the Editor view, hover on the test step till you see the Delete icon on the right. Click the Delete icon to delete the test step:
- Or right-click on a test step and click Delete:
- Hover and check the checkbox associated to the selected test step and click the Delete icon as shown in this example below:
The selected test step of your draft test case have been deleted. Click Undo on the toast notification to undo and recover the recently deleted test step:
Bulk-delete test steps
Learn how to bulk-delete multiple test steps in a Katalon Cloud Studio (Beta) test case.
- From the Project home screen, go to and select the draft test case you wish to edit.
- In the Editor view, click the checkboxes associated to the test steps. You can also use the Shift + Arrow Down or Up keys on your keyboard to select the test steps.
- You can bulk delete test steps using any of the following ways:
- Click the Delete icon on the toolbar.
- Right-click and select Delete all test steps.
The selected test steps of your draft test case have been deleted.Click Undo on the toast notification to undo and recover the recently deleted test steps.
Edit test step
Learn how to edit your test step in Katalon Cloud Studio (Beta).
- From the Project home screen, go to and select the draft test case you wish to edit.
- In the Editor view, hover on the test step you wish to edit and click the Edit icon.
- Depending on the action you selected as test step, the Editor automatically renders the input and/or object for you. You may edit the input and/or select the object to perform the action on. For more information about which action is supported to edit your test case, see: Supported actions.
If the object is not in the dropdown list of captured objects, you can capture a new one using the
Katalon Platform Recorder extension. For more information, see:
Capture new object.
- Click Save to save your changes.
Your test step is edited.Capture new object
Learn how to capture a new object using Katalon Platform Recorder.
Katalon Platform Recorder allows you to easily and quickly capture a new object while editing or adding a new test step in your Katalon Cloud Studio (Beta) draft test case.- From the Project home screen, go to and select the draft test case you wish to edit or add a new test step.
- In the Editor view, hover on the test step you wish to edit and click the Edit icon or proceed with the steps to Add a new test step.
- On the object field, click the drop-down and select Capture New Object.
Katalon Cloud Studio (Beta) then launches the AUT and navigates the AUT to the nearest URL of the current editing step.
- Click the object you want to capture, then navigate to the floating menu and click Save to finish capturing the object.
The newly-captured object is displayed and automatically selected as the object for the current editing step.