Project Structure
The Drizz Desktop App organizes all test assets within a structured project workspace. The File Explorer provides a unified view of all tests, modules, and folders, enabling teams to maintain clean, scalable automation repositories. This section explains how project items are organized and how users interact with them during authoring and execution.
Project Structure Overview
Drizz Desktop groups automation assets into two primary categories:
Tests — individual automation flows authored screen-by-screen
Modules — reusable blocks of logic that can be inserted into any test
Both are accessible and manageable through the File Explorer, which acts as the central navigation and organization interface for all project assets.
File Explorer
The File Explorer provides a clear, hierarchical view of all files within the selected project. Key capabilities include:
1. Folder-Based Organization
Create folders to group tests by feature, module type, sprint, or team.
Expand or collapse folders for cleaner navigation.
Maintain large automation suites without clutter.
2. Test Files
A test represents a full end-to-end flow or a functional scenario. Test files:
Contain sequential command steps defining the flow
Are fully editable through the Test Editor
Can be run locally or through cloud Test Plans
Support validations, conditions, scrolling, system commands and reusable modules
Are saved with a readable name for easier identification (Example: “T01 – Invalid Search Feedback Flow”)
3. Modules
Modules allow repeated test logic to be authored once and reused across multiple tests. Common use cases:
Login flows
Location setup
Precondition setup
Cleanup flows
Shared UI interactions
Modules appear in the File Explorer with a green “M” badge, making them easily distinguishable from test files.
Modules:
Can be inserted into any test using the editor
Improve maintainability by centralizing frequently reused steps
Reduce duplication and ensure consistency across large suites
4. Online vs Local Workspace
At the top of the File Explorer:
Online view syncs with the cloud project
Local view displays drafts or locally stored files
Switching between environments helps teams manage work before publishing
5. New File Creation
The New File button allows users to quickly create:
A new Test
A new Module
A new Folder
All files immediately appear in the structured hierarchy.
Last updated
Was this helpful?