How to create Web test case

A Web Test Case is a structured validation scenario designed to test the functionality and behavior of a web application in a browser. It simulates real user interactions such as entering data, clicking buttons, and navigating pages ensure UI elements and workflows function as intended.

Steps to Create a Web Test Case

  • Click "Add Step", then type “/” inside the step field. From the dropdown menu, choose Test Case Type and select Web. This allows you to build structured web validation steps without writing manual code.

  • Add Step Description & Use Variables:

    • Enter the test step description in simple English.

    • To reuse an existing Variables: type $( for Global variables, ${ for Local variables, or $[ for Runtime variables to open the dropdown and select the required value.

    • To create a new Variables: Refer to the Create New Variables section for guidance.

  1. Once all steps are defined, click Save to store your test case in the dashboard.

  2. Run the created web test case using either Manual or Automation (AI) mode.

To understand the details of running your tests and how the system handles changes, refer to the documentation on Execution & AI Healing.

Last updated