Observability Driven Testing

Use production telemetry as INPUT to design new tests. Covers OpenTelemetry integration with tests, trace-based assertions, log-informed test creation, production-error analysis for coverage gaps, and telemetry-driven test prioritization. Use when: "trace-based testing," "design tests from logs," "OpenTelemetry assertions," "production errors point to test gaps," "telemetry-driven testing." Not for: safe rollout techniques (flags, canary) during release — use testing-in-production. Not for: scheduled post-deploy probes — use synthetic-monitoring. Not for: triaging CI failures — use ai-bug-triage. Related: testing-in-production, synthetic-monitoring, qa-metrics, ai-bug-triage.

petrkindlmann ef31d10 3 files · 32.3 KB Updated

File contents

petrkindlmann/qa-skills/tree/main/skills/observability-driven-testing commit ef31d109a3

Frequently asked questions

npx skillmds add petrkindlmann/observability-driven-testing