For the complete documentation index, see llms.txt. This page is also available as Markdown.

Understand your results

Read a first Run, open a Test Case, and decide what to change next.

After you select Run, DoesQA opens the Flow's Results tab. This is where you watch the Run and decide what to change next.

For account-wide history, Test Packs, Recipes, and reruns, see Runs.

What you see while it runs

Each Test Case moves through Queued, Creating Runner, and Running. The Run shows:

  • the Run ID

  • when it was created

  • each Test Case card

  • the browser, such as Chrome (Desktop)

  • progress through the Test Steps

Open a Test Case to see the step timeline. Each step can show its status, a screenshot, when it started, and how long it took. When the Run finishes, you can also review the video.

How to read a failure

Start with the first Test Step that did not pass.

  1. Open that Test Case.

  2. Find the failing Test Step in the timeline.

  3. View the screenshot and the step response.

  4. Go back to the Scenario or Flow tab and adjust that step.

A failed Check address usually means the Open URL or the expected value needs updating. A failed Check title usually means the page did not load the way you expected.

What to do next

Once one Flow is passing:

  • Add more Checks or Actions for the journey you care about.

  • Switch to the Flow tab when you want branches or a visual layout.

  • Start a Test Pack from the Flows list when you want to run several Flows together.

  • Set up a Schedule when the same Run should happen regularly.

Last updated