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:

Learn more →

From Text Description

Describe the flow in plain English, and AI structures it into executable steps.

Best for:

Learn more →

Manual Creation

Add steps one by one with full control over every detail.

Best for:

Learn more →

Choosing a Method

MethodSpeedControlBest For
VideoFastMediumComplex visual flows
TextFastMediumSimple described flows
ManualSlowHighPrecise 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:

  1. Review steps - Verify AI understood correctly
  2. Add data - Include dynamic placeholders where needed
  3. Set wait conditions - For async operations
  4. Add assertions - Verify expected outcomes
  5. Run test - Validate in live preview
  6. Publish - Make available for CI/CD

Next Steps