Home › Software Testing › Software Testing › microservices_cloud_observability › 'Test pyramid' for microservices typically pushe…
'Test pyramid' for microservices typically pushes effort to
APenetration testing for every commit
BUnit and component tests with thin E2E top
CManual UI tests for every release
DMassive integration suites with no unit tests
Answer & Solution
Correct answer: B. Unit and component tests with thin E2E top
Microservices pyramid: many unit tests; component tests per service; contract tests between services; few cross-service E2E tests. The inversion (ice cream cone) leads to brittle slow suites that hide design issues.
Related questions
A 'red team' in security testing is a group that'Test impact analysis' speeds CI byIn Test Maturity Model integrated (TMMi), Level 2 isQuality gates in a deployment pipeline areA test environment management strategy primarily addressesGame days in production resilience testing involveFeature flags enable testing byShift right testing complements shift left by