Skip to main content

Modules

Modules are reusable components that contain a set of actions and assertions that can be shared across multiple test cases. Modules help you create modular test cases by grouping common actions and assertions together, making it easier to maintain and update your test cases. You can create modules for repetitive tasks, such as login, registration, or checkout, and reuse them across different test cases.

Creating Modules

Modules uses the same visual interface as test cases to define the steps, actions, and assertions. To create a module:

  1. Navigate to the Modules section.
  2. Click on the Create Module button.
  3. Enter a name for the module.
  4. Enter the description for the module.
  5. Click on the Next button to start building the module.

Create Module

For more details on workflow Builder, refer to the Test Case Builder documentation.