Your First Test
Creating tests in tapioka.ai is as easy as describing a user journey. Our AI handles the technical execution so you can focus on the business logic.
1. Creating a Scenario
You can add a new test case in three ways:
- Manual Definition: Write steps directly in the dashboard using natural language.
- File Upload: Import existing scenarios from supported Test Managment Tool.
- Copy & Iterate: Reuse steps from existing test cases to build complex suites.
2. Writing Instructions
Use plain English to define your test steps and expected results, like:
- Scenario: "Go to your account, go to settings"
- Expected Result: "Information about billing is visible"
3. The "Learning" Phase
Unlike traditional automation, tapioka.ai features a Learning Phase.
- Exploration: When you first run a test, the AI agent explores the UI to identify elements and valid interaction paths.
- Validation: The AI proposes actions based on your instructions (e.g., "I clicked element '24' because it matches 'Back Button'").
- Persistence: Once a test is "Learned", it becomes a stable part of your regression suite, achieving a high success rate.
4. Reviewing Results
After execution, the dashboard provides visual evidence for every step:
- Screenshots: Captured "Before Action" with interactable elements automatically numbered and highlighted.
- Detailed Logs: Step-by-step technical logs of AI decisions.
- Video Playback: Watch the full agent session to understand exactly what happened.