Overview

The Supatest Recorder enables intuitive test creation through direct interaction with your web application.

Prerequisites

  • Valid starting URL or reference snippet
  • Active live browser
  • Stable internet connection (recommended: >30 Mbps)
  • Appropriate permissions and access

Recording Process

Starting a Recording

  1. Navigate to test case
  2. Configure recording settings
  3. Initialize live browser
  4. Click “Record” to begin

Available Actions

The recorder captures various user interactions:

  1. Input Actions

    • Text entry
    • Form submissions
  2. Mouse Actions

    • Clicks
    • Hover events
    • Drag and drop
    • Scrolling
  3. Validation Actions

    • Text assertions
    • Element visibility
    • Navigation checks

Intelligent Features

  1. Smart Wait Detection

    • Automatic timing analysis
    • Dynamic wait insertion
  2. Context Enhancement

    • AI-powered step annotation
    • Action intent analysis
    • Selector optimization
    • Step description generation

Best Practices

Recording Quality

  1. Environment Setup

    • Clean browser state
    • Stable network connection
    • Consistent test data
    • Appropriate viewport size
  2. Interaction Guidelines

    • Natural pace navigation
    • Clear, purposeful actions
    • Verification points
    • Error scenario coverage

Post-Recording

  1. Review Process

    • Step sequence validation
    • Timing optimization
    • Selector verification
    • Description accuracy
  2. Optimization

    • Remove redundant steps
    • Add explicit waits where needed
    • Enhance assertions
    • Document special conditions