User defined test steps

What is the solution of getting user defined test steps in Katalon Reports generated. Eg

  1. Open the browser
  2. Log into the Application
  3. Select the Product.

Hi @annu.raghav

You can encapsulate the above logic into a custom keyword - which is equivalent to a Java class/function. After that you can add those custom keywords into a test case and they will function as a test step.