Terminology
Understand the common terms used when building automation tests in DoesQA.
Term
Flow
Your Flow is a infinite canvas where you can design your tests.
Branch
Branches is when your Flow has multiple possible routes.
Test Case
A Test Case is a specific and unique route through a Flow.
Run
A Run is a collection of Test Cases started together.
Test Runner
A Test Runner executes your test cases. The number of runners you have determines how many test cases can run simultaneously.
For example, if you have 20 runners, up to 20 test cases can run in parallel. As each test case finishes, the next one in the queue starts automatically.
Last updated