Recipes
Six complete, runnable Drizz tests — login, checkout, multi-app, mobile web, location and data-driven runs.
Prerequisites
1 · Login with OTP
# BEGIN shopease_login
OPEN_APP {{app_package}}
Wait Until 5 Seconds
IF Validate that the location permission prompt is visible
{
Tap on While using the app
Wait Until 1 Seconds
}
Type {{phone}} in the mobile number field
Tap on Get OTP
Wait Until 3 Seconds
Type {{otp}} in the OTP field
Tap on Continue
Wait Until 5 Seconds
Validate that the home screen is visible
# END shopease_login2 · Search, add to cart, check out
3 · Multi-app: place an order, accept it in the partner app
4 · Mobile web: check the order on the website
5 · Location: offers change with the city
6 · Data-driven: one test, every environment and account
Common mistakes
What you write
What happens
Next
Last updated
Was this helpful?