> ## 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="/qawolf/Use-emails-in-tests-29c5b2a994fb81cf8a03de3eb25ed68e">
    Send, receive, and verify emails and SMS messages inside your test flows.
  </Card>

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

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

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

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

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

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

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

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

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

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

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