Practice free →
HomeSoftware TestingSoftware Testingmicroservices_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.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions