Skip to main content

Create or manage test steps

Learn how you can create and manage test steps within a manual test case.

Prerequisites


Add or manage test steps

  1. Go to Tests > Test Cases in the sidebar. The repository page appears.

  2. Click on the name of the test case you would like to add steps to.

    The test case's details appear. It is automatically tagged as Manual.

    Test case detail page in Katalon TestOps

    Sample of a test case detail page.


  3. Optionally, input customization data into the following fields:

    • Select the working status. It is set to Draft by default.
    • Input a test case description.
    • Input pre-conditions or requirements that must be met before the test case is executed.
  4. Scroll down to the Steps section and type or paste your steps in as follows:

    • Description: Detail the action that needs to be done.
    • Expected results: Define the success criteria based on the result of the action.
    • Test Data: Optionally input additional information about the step.

note
  • You can copy the test steps from a spreadsheet and paste directly to the section.
  • CTRL+Z or CMD+Z to undo an action up to 20 times.
  • A cell can fit multiple lines of wrapped text.

  1. You can further edit your test steps directly by clicking on the test steps' numbers and selecting any of the following functions from the pop-up menu:


    Edit test case steps in Katalon TestOps

    • Duplicate: Duplicate one or multiple steps.
    • Insert above: Inserts a step above.
    • Insert below: Inserts a step below.
    • Delete: Delete one or multiple steps.

Result

You have created or edited a manual test case's steps.

Was this page helpful?