Modern QA2026Hands-On Exercise — tiles
Log inJoin
18 / 48 · 16 CI/CD Pipelines · Testing Pyramid in CI← prev⊞ allnext →☰ Read as one page

3.8Hands-On Exercise

  1. Map your current test suite to the four pipeline stages. Which stage is each test type in? Are any stages missing?
  2. Measure the duration of each stage. Is any stage longer than its target time?
  3. Identify tests that are running at the wrong stage (e.g., slow tests on every push)
  4. Create a pipeline that has at least three stages with job dependencies between them
  5. Verify that a failure in stage 1 prevents stages 2 and 3 from running