DoesQA concepts
Learn how Flows, Test Steps, Test Cases, and Runs fit together in DoesQA.
Last updated
Learn how Flows, Test Steps, Test Cases, and Runs fit together in DoesQA.
DoesQA helps you test a website without writing code. You describe what a user does, DoesQA runs those steps in a real browser, and you get clear results you can trust.
Flow
Your test design. One Flow can cover several routes through your application.
Test Step
One building block in a Flow. Each step does a single job: open a page, touch a button, or check a value.
Element
A reusable page object, such as a login button or email field.
Value
A piece of data used in a test, such as a username or URL.
You can build a Flow in two places that share the same Test Steps:
The Scenario editor turns each Test Step into a plain-language sentence. New Flows open here.
The Flow Builder shows the same Test Steps on a visual canvas. Use it when you want more power or flexibility.
AI is optional and layered. See DoesQA AI.
Flow Branch
A split in a Flow that creates more than one possible path.
Test Case
One specific path through a Flow. Each unique path becomes its own Test Case.
Run
A group of Test Cases started together.
Test Runner
A machine that runs one Test Case. More runners means more Test Cases can run at the same time.
A simple Flow like this produces one Test Case. Add a Flow Branch later, and DoesQA creates a Test Case for each path while shared steps stay shared.
Last updated