Quick Notes171 words

Comprehensive testing strategy — quick notes

Testing strategy — quick notes

Context or typeScopePlacement
Local development / inner loopSelected fast, relevant checksBefore push and throughout development
Unit testOne isolated componentFrequently, including PR validation
Integration testComponents plus supporting infrastructureWhen required dependencies are available
Load / performance testExpected and peak trafficStart early; repeat in staging or a production-like environment
  • Shift left: detect defects as early as practical; defects found late can cost more or become impossible to correct.
  • Local is a feedback context, not a test taxonomy level.
  • Give load tests measurable thresholds and place them according to cost, risk, and environment readiness.

Trap: use reruns to detect or mark flakiness, not as resolution. Track and analyze the test, then fix or remove it.

Primary sources

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free