Managing Test Cases

In Pie, a test case is a simple, human-readable sequence of actions and checks. We’ve made it incredibly easy to generate and manage them.

Clear Structure

Every test case is made of:

  • Steps: Actions the AI takes.
  • Assertions: Expected outcomes the AI verifies.

All written in plain English.

Autonomous Generation

You don’t have to write tests anymore. Our AI agents autonomously generate hundreds of test cases based on their deep exploration of your app, covering everything from critical user flows to tricky edge cases.

Create Custom Tests with Plain English

Need a specific test? Just tell the Pie Test Assistant what you want in natural language.
For example:
“Sign up with a new user, complete the profile, and log out.”

The assistant will:

  • Explore the flow
  • Draft the test case
  • Validate it
  • Add it to your suite for all future runs

Effortless Management

All your tests live in a central repository where you can:

  • Review visual replays
  • Edit steps
  • Move tests between features
  • Archive outdated tests to keep your suite clean and relevant