Core Concepts

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.

1. Commands

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.

2. Vision Engine

Screens are interpreted using advanced visual analysis to recognize actionable components.

3. Execution Pipeline

Drizz applies a standardized execution lifecycle to every test step, ensuring reliability and repeatability:

4. Reporting

Every execution produces:

  1. Step-level screenshots

  2. Detailed Logs

  3. Execution summaries

  4. Error summaries

  5. Execution timestamps

Last updated

Was this helpful?