Modern QA2026Hands-On Exercise — tiles
Log inJoin
17 / 62 · 22 Test Strategy & Quality Metrics · Test Pyramid in Practice← prev⊞ allnext →☰ Read as one page

2.9Hands-On Exercise

  1. Run the audit above on your current project and draw the shape of your test suite
  2. Identify your 3 most expensive E2E tests (by execution time + maintenance) and determine whether they could be replaced by cheaper test types
  3. Find one feature area that is only covered by E2E tests and write 3 unit tests that cover the same business logic
  4. Calculate the total execution time of your test suite by test level. If E2E tests account for more than 80% of the time, create a plan to shift coverage downward.
  5. Present your test pyramid audit to your team and propose 3 concrete improvements