Home › Software Testing › Software Testing › microservices_cloud_observability › Distributed tracing helps testers by
Distributed tracing helps testers by
AProducing static analysis security reports
BShowing the path of a request across services
CEncrypting sensitive log data automatically
DGenerating random test inputs for fuzzing
Answer & Solution
Correct answer: B. Showing the path of a request across services
Tools like Jaeger, Zipkin, Tempo, AWS X-Ray, Honeycomb produce flame graphs of spans across services. Useful for performance debugging, latency hotspots, error correlation, and verifying expected service interactions during tests.
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