> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qawolf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Solutions

> Recipes and helpers for testing specific scenarios in your app.

<CardGroup cols={2}>
  <Card title="Email & SMS" icon="voicemail" href="/Use-emails-in-tests">
    Send, receive, and verify emails and SMS messages inside your test flows.
  </Card>

  <Card title="Authentication" icon="lock-keyhole" href="/qrcode">
    Use OTPs & QR codes to authenticate.
  </Card>

  <Card title="Networking" icon="network" href="/network-connectivity">
    Test network conditions and connectivity.
  </Card>

  <Card title="Data sharing" icon="arrow-right-left" href="/Pass-data-between-flows">
    Coordinate state and data across multiple users, sessions, and devices.
  </Card>

  <Card title="Audio" icon="ear" href="/ios-audio-injection">
    Inject audio and capture speaker output into mobile test flows.
  </Card>

  <Card title="Camera" icon="camera" href="/photo-library-management">
    Inject photos, camera feeds, barcodes, and video into mobile test flows.
  </Card>

  <Card title="Accessibility" icon="eye" href="/a11y-web">
    Validate accessibility compliance for web and native apps.
  </Card>

  <Card title="Performance" icon="gauge" href="/web-performance">
    Measure and assert on web performance metrics inside your flows.
  </Card>

  <Card title="Visual diffing" icon="scan" href="/visual-diffing">
    Catch unintended visual regressions across web and mobile web.
  </Card>

  <Card title="AI & LLMs" icon="brain-circuit" href="/non-deterministic-ai-testing">
    Validate AI-generated responses and assert on quality, accuracy, and token usage.
  </Card>

  <Card title="Desktop" icon="monitor" href="/electron">
    Test Electron applications.
  </Card>

  <Card title="Sensors" icon="circle-gauge" href="/android-location-mocking">
    Mock geolocation and other mobile device sensors.
  </Card>
</CardGroup>
