User Portal

User Portal Overview

The user portal is where you upload specifications and generate test cases. Each portal is accessed via its unique URL provided by your admin:

/user/<portal-slug>

Generation Modes

Mode
Use when

Standard

You have a full specification document and want all test cases generated

Delta

You have two versions of a spec and only want TCs for what changed

Section

You have a single section or a few requirements to test


What happens after generation?

Once test cases are generated you can:

  1. Review and edit test cases inline

  2. Run AI Quality Analysis to find duplicates, contradictions, coverage gaps

  3. Generate automation scripts from individual or batches of test cases

  4. Export to Word, CSV, or PDF

  5. Push scripts to GitHub automatically

  6. Return to any generation via the History tab


Key concepts

Term
Meaning

Requirement

A single testable statement extracted from your spec

Test Case

A structured procedure verifying one requirement

Generation

One complete run that produced a set of test cases

Session Token

An identifier that tracks a running workflow job on the server

Confidence Score

AI-assessed quality metric for each test case

Last updated