Core Concepts
Last updated
Was this helpful?
Drizz’s automation model is built on four foundational concepts: commands that define user intent, a Vision Engine that interprets UI visually, an execution pipeline that guarantees deterministic behavior, and rich reporting that provides complete transparency into every run. Together, these components enable stable, repeatable, and scalable mobile test automation without dependency on fragile selectors or platform-specific APIs.
Drizz tests are structured as a sequence of commands (tap, type, validate, scroll, etc.). Each command is executed using Drizz’s AI-based interaction engine.
Screens are interpreted using advanced visual analysis to recognize actionable components.
Drizz applies a standardized execution lifecycle to every test step, ensuring reliability and repeatability:
Every execution produces:
Step-level screenshots
Detailed Logs
Execution summaries
Error summaries
Execution timestamps
Last updated
Was this helpful?
Was this helpful?