URETIS.AI
Getting Started

The core workflow

The short, repeatable loop behind every test you build in Auretis.

Day to day, working in Auretis is a short, repeatable loop. Once it's second nature, the rest of the product is just detail.

Organize a project

Create a project per application. For each area you want to verify as a whole, add a regression, then group its related scenarios into test suites by feature or by release gate.

Author test cases

Add test cases as ordered steps in plain language, ending in one or more assertions.

Run and review

Trigger an execution whenever you want, on a single case, a suite, or a whole regression. Then read the result. You get pass/fail, screenshots, and the reason for any failure. Once a regression is stable, put it on a schedule so it runs on a cadence without anyone clicking Run.

Act on results

Fix the app or adjust the test, then re-run. Because steps describe intent, most UI changes need no test update at all.

Read on in Core Concepts for the details behind each noun.

On this page