This page is the conceptual map of what a first run feels like. It’s the same shape for UI and API projects: configure → understand your product → explore or discover → plan → generate → run → review. For the click-by-click version, jump straight into the type-specific walkthrough that matches the project you’re starting with.Documentation Index
Fetch the complete documentation index at: https://docs.testsprite.com/llms.txt
Use this file to discover all available pages before exploring further.
UI Quickstart
Walk through your first frontend project end-to-end (~10 min)
API Quickstart
Walk through your first backend project end-to-end (~10 min)
The Lifecycle
Project Setup & PRD Upload
Name the project and upload your PRD (or any product-spec document). PRD upload is strongly recommended — it’s the single biggest lever on plan quality. Skip it only for a quick demo.
Feature & Use-Case Extraction
TestSprite reads your PRD and produces a feature map — a structured list of features and the use cases under each, rendered as a flow graph. This is what grounds the rest of the run. Skipped if no PRD was uploaded.

Configuration
Provide your live URL and credentials. UI projects ask for a starting URL + test account; API projects ask for the base URL + auth type + your API documentation.

Exploration or Discovery
For UI projects, TestSprite walks your live app feature by feature, targeting the use cases from the feature map. For API projects, TestSprite reads your docs and confirms endpoint shapes against the live URL.

Plan Review
A test plan is drafted from what was observed. You review, edit descriptions in natural language, deselect cases you don’t want, then click Generate Tests.

Test Generation
TestSprite converts the approved plan into Python tests (with Playwright for UI), verifies each one in our cloud sandbox, and surfaces failed verifications clearly.
Execution
Tests run in the cloud and stream results back. Each row surfaces one of: Pending, Running, Pass, Failed, Blocked.

Where to Go Next
UI Quickstart
Click-by-click walkthrough for frontend projects
API Quickstart
Click-by-click walkthrough for backend projects
Key Terms
Vocabulary used across the rest of the docs
Testing Lifecycle
The lifecycle in more detail, with UI vs API differences called out
