Introduction
How Drizz works — Vision AI, plain-English commands, and the five stages every test step runs through.
A test looks like this
# ShopEase — search for a product
OPEN_APP com.shopease.android
Wait Until 5 Seconds
Validate that the home screen is visible
Tap on the search icon
Type running shoes in the search field
Tap on the first search result
Wait Until 3 Seconds
Validate that the product detail page is visibleWhat Drizz does not require
How a step executes
Stage
What happens
Automatic behavior
Common mistakes
What you write
What happens
Next
Last updated
Was this helpful?