Home › Software Testing › Software Testing › microservices_cloud_observability › In a microservices system, a 'component test' ty…
In a microservices system, a 'component test' typically tests
AOnly the network firewall rules
BA single service with stubbed dependencies
CAll services together with no stubs
DOnly the database schema migration
Answer & Solution
Correct answer: B. A single service with stubbed dependencies
Component tests (per ThoughtWorks taxonomy) drive a single deployed service in isolation with collaborators stubbed (in-memory or via service virtualisation). They sit between unit and integration tests in the microservices pyramid.
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 is'Test pyramid' for microservices typically pushes effort toQuality gates in a deployment pipeline areA test environment management strategy primarily addressesGame days in production resilience testing involveFeature flags enable testing by