Intermediate QA #testing #test-types #collocations

Types of Tests

5 exercises on naming the levels of testing — unit, integration, end-to-end, smoke and contract tests, the test pyramid, and edge vs happy path.

Key patterns
  • unit test → one component in isolation
  • integration test → components working together
  • end-to-end (E2E) test → the whole flow as a user
  • smoke test → quick "does it boot?" check
  • happy path vs edge case / boundary
0 / 5 completed
1 / 5
A test architect explains the strategy: "Most of our tests should be fast, isolated ___ tests at the base, with fewer integration and E2E tests on top."
Which term completes this description of the standard test strategy?