Skip to main content

Quick start guide

Already know the basics? Here is the fastest path from zero to running your first automated test in QAlity. No code needed.

The full flow in 5 steps

StepWhat to doWhere
1. InstallSign in to QAlity, open a test case, click Start recording, follow the popup - install extension then enable Incognitoapp.qality.dev
2. CreateGo to Test Cases, click + Create Test Case, click Untitled Case to rename itapp.qality.dev
3. RecordEnter your website URL, click Start recording, perform your flow, stop recordingInside the test case
4. Review and saveCheck the captured steps, edit if needed, click SaveTest Steps tab
5. RunClick Run, choose Browser Execution to watch live or Cloud Execution for backgroundTop right of test case

How to organize your tests

QAlity has three levels. Start with Test Cases and build up as your tests grow.

LevelWhat it isWhen to use it
Test CaseA single test made up of recorded or manual stepsEvery individual flow you want to test
Test SuiteA group of related test casesGroup all login tests, all checkout tests together
Test PlanA collection of test suitesRun everything at once or on a schedule

Cases go into Suites. Suites go into Plans. Plans get scheduled.

Browser Execution vs Cloud Execution

Browser ExecutionCloud Execution
How many testsOne at a timeMany at the same time
Visual playbackYes - watch every action liveNo - runs in background
ScreenshotsYes, every stepYes, every step
Best forDebugging and verifying a testRunning all your tests fast
When to useWhen you want to see what happensWhen your tests are ready and you want results quickly

What to do when a test fails

1. Open the test case - Go to Test Cases and click the failed test

2. Check Execution History - Click the Execution History tab to see the latest run

3. Review screenshots - Find the step where it failed from the screenshots

4. Identify the problem - Check if the page changed, an element moved, or a value is different

5. Fix and re-run - Edit the failing step or re-record it, then click Run again

Test result statuses

Not Executed - The test has never been run

Passed - Every step completed successfully

Failed - One or more steps did not complete as expected

Aborted - The run was cancelled before it finished

Stopped - The run was manually stopped