Creating Tests
Bug0 offers multiple ways to create tests, from AI-powered generation to manual step creation.
Creation Methods
From Video Recording
Record your screen performing the flow, and AI extracts test steps automatically.
Best for:
- Complex flows with many interactions
- When you can demonstrate the exact steps
- Non-technical team members
From Text Description
Describe the flow in plain English, and AI structures it into executable steps.
Best for:
- Simple, well-defined flows
- When you know exactly what to test
- Quick test creation
Manual Creation
Add steps one by one with full control over every detail.
Best for:
- Fine-tuned control over steps
- Editing AI-generated tests
- Complex wait conditions
Choosing a Method
| Method | Speed | Control | Best For |
|---|---|---|---|
| Video | Fast | Medium | Complex visual flows |
| Text | Fast | Medium | Simple described flows |
| Manual | Slow | High | Precise requirements |
Quick Comparison
Video Generation
1. Upload video or record tab
2. AI analyzes interactions
3. Generates steps with timing
4. Review and edit
Text Generation
1. Write flow description
2. AI parses into steps
3. Adds wait conditions
4. Review and edit
Manual Creation
1. Click "Add Step"
2. Enter description
3. Add data and wait condition
4. Repeat for each step
After Creating
Regardless of method:
- Review steps - Verify AI understood correctly
- Add data - Include dynamic placeholders where needed
- Set wait conditions - For async operations
- Add assertions - Verify expected outcomes
- Run test - Validate in live preview
- Publish - Make available for CI/CD