Modern QA2026Hands-On Exercise — tiles
Log inJoin
42 / 48 · 16 CI/CD Pipelines · Deployment Strategies← prev⊞ allnext →☰ Read as one page

6.8Hands-On Exercise

  1. Identify which deployment strategy your team uses. If you do not know, ask your DevOps/platform team.
  2. Map out where tests currently run in your deployment process. Are there gaps?
  3. Write a smoke test suite that can run against any environment (configurable via BASE_URL)
  4. If using canary deployments, identify the key metrics you should monitor during rollout
  5. Test your rollback procedure. Can you roll back a deployment in under 5 minutes?
  6. If your team uses feature flags, write tests that cover both flag states for a current feature