Writing Testcases
This section explains how to write stable, context-aware, and execution-ready test cases using the Drizz Desktop App. Drizz follows an intent-driven authoring workflow where users write commands sequentially based on what is visible on the device screen. Each line represents a single user action or validation, allowing the flow to be authored naturally, one screen at a time. You can write commands, test interactions in real time using continuous mode, adjust parameters, insert validations, and refine steps based on execution logs. This ensures that test cases are accurate, deterministic, and aligned with user expectations before they are saved into the project.
Writing a Testcase
Navigate to the application under test.
Write commands sequentially based on the current screen.
Each command represents a single user intent or action.
Commands are added in order as the flow progresses screen by screen.
Review and adjust commands to match the expected behavior.
Save the test once the flow is complete.
Editing
The editor allows:
Editing commands
Reordering commands
Editing parameters
Adding waits
Adding validations
Saving/Updating
Save the test by tapping on the save as button (1st time saving)
Update the test by tapping on the Update button
Last updated
Was this helpful?