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

# Test Data

> Manage test data, variables, and configurations for consistent and reliable test execution across different testing environments.

<Note>
  This documentation is for **Stably Classic**. For the new Stably Web Editor, see [Stably Web Editor](/stably/stably-web-editor).
</Note>

<AccordionGroup>
  <Accordion title="Variables">
    Store and manage reusable environment variables that can be shared across all tests in your project.

    <Tip>
      **See:** [Environment Variables](/core-configuration/environment-variables) for a detailed guide on creating, managing, and using environment variables in your tests.
    </Tip>
  </Accordion>

  <Accordion title="Google Login">
    Configure Google OAuth authentication for your tests.

    <Tip>
      **See:** [Google OAuth](/platform-capabilities/google-oauth) for a detailed guide on setting up and configuring Google OAuth authentication for your tests.
    </Tip>
  </Accordion>

  <Accordion title="Test Files">
    Manage files needed for testing file upload functionality.

    ## File Management

    Upload and organize test files:

    * **Document Testing**: PDFs, Word documents, spreadsheets
    * **Image Testing**: Photos, graphics, avatars
    * **Data Files**: CSV, JSON, XML for import testing
    * **Media Files**: Audio, video for media upload testing

    <Tip>
      **See:** [File Uploads](/platform-capabilities/file-upload) for a detailed guide on using these files in your tests.
    </Tip>
  </Accordion>

  <Accordion title="Email">
    See all of the emails received in your project's inbox.

    <Tip>
      **See:** [Email Receiving](/platform-capabilities/receive-emails) for detailed configuration and usage.
    </Tip>
  </Accordion>

  <Accordion title="Chrome Extension">
    Test your Chrome extensions on the web.

    <Tip>
      **See:** [Chrome Extensions](/platform-capabilities/chrome-extensions) for setup and configuration details.
    </Tip>
  </Accordion>
</AccordionGroup>
