Deltix: AI-Driven Mobile App UX Testing

Deltix is an AI-driven UX testing platform that enables developers to test mobile app flows by describing desired user actions in plain English. The tool uses an AI agent to autonomously navigate a mobile app on a local simulator, determining if a real user could successfully complete a specific task.

Local-First Privacy and Architecture

Deltix operates using a local Mac Agent that attaches to an iOS Simulator. This architecture ensures that the application source code, builds, and signing identities remain on the developer's local machine, preventing external access to proprietary code.

The agent observes the screen and interacts with the app as a user would. While screenshots and run records are stored in the user's account for review and replay, users have the option to route inference traffic through their own model keys to maintain further control over data and costs.

Core Testing Capabilities

Deltix provides three primary modes of interaction for mobile app testing:

Ad-hoc Testing

Developers can write a task—such as "sign up and send your first message"—and watch the agent attempt to complete it. This allows for rapid validation of new flows without the need for scheduled user research sessions. If the agent fails, it provides a screenshots of where it got stuck.

Playbooks

Successful runs can be saved as "Playbooks." These are deterministic replays of a successful task that can be triggered from a dashboard to ensure that new builds do not introduce regressions (breaking existing functionality).

Experimentation

The Experiment mode allows developers to compare two different builds of an app side-by-side. By running the same task against both builds, teams can determine which design is more effective for user completion before moving to A/B testing in production.

Development Roadmap

Deltix is currently in open beta for iOS simulators on Mac. The following features are planned for future releases:

  • Physical Devices: Support for running tasks on real iPhones attached to a Mac.
  • Android Support: Expansion of the agent to work with Android emulators.
  • Android Emulator: Support for Android emulators.
  • CI/CD Integration: A CLI for replaying Playbooks via GitHub Actions, GitLab, or CircleCI.
  • Hybrid App Support: Native treatment for React Native and Flutter applications.

Community Perspectives on AI Testing

Discussion among developers suggests a growing trend toward autonomous AI agents for QA. Some users noted that similar workflows can be cobbled together using existing LLM capabilities, such as Claude's latest releases or giving AI agents direct ADB access to test phones.

One developer shared a highly automated workflow using Claude Desktop and MCP servers to integrate Azure DevOps user stories with Playwright, noting that while the technical capability for full automation exists, organizational hurdles—such as outsourcing contracts based on per-person billing—often prevent full implementation of these tools.

Sources

Related

  • Dispatch
  • Dispatch
  • Project
  • Project
  • Dispatch