5 collocation exercises for test automation vocabulary.
0 / 5 completed
1 / 5
The QA team will ___ an automated test suite for the login flow.
You build a test suite. Build is the precise collocation; the others are informal. So build an automated test suite.
2 / 5
Tests should ___ on every pull request to catch regressions early.
Tests run on every PR. Run is the standard collocation; the others are informal. So run on every pull request.
3 / 5
A flaky test can ___ the pipeline unfairly.
A flaky test blocks the pipeline. Block is the precise collocation; fail describes the test itself, not its effect. So block the pipeline.
4 / 5
We must ___ test coverage above 80% at all times.
You maintain test coverage. Maintain is the standard collocation; the others are informal. So maintain test coverage.
5 / 5
Engineers ___ tests in parallel to speed up feedback.
You execute tests in parallel. Execute is the precise technical collocation in this context; run is also correct but execute is more precise for parallelism. So execute tests in parallel.