Terminology Index

Glossary

1801 terms

Open concept maps

Showing 1633-1664 of 1801 terms

T
32

Test Coverage

How thoroughly the detection catalog has been tested against representative scenarios, so engineers know which detections are validated and which are unproven assumptions.

Detection test coverage measures whether each detection has been tested, by adversary emulation, synthetic data, or other means, against the scenarios it claims to detect. Untested detections may not actually work; tested ones can be trusted. Improving coverage means systematically validating across techniques, tuning the noisy ones, and retiring those that don't perform. As a detection-engineering topic, test coverage pairs with regression testing and detection-as-code to keep the catalog credible over time.

Introduced in: Detection Engineering

Examples

  • Validating each detection against representative test scenarios.
  • Improving coverage by systematically testing across ATT&CK techniques.
  • Distinguishing tested detections from unverified assumptions.

No related terms linked yet.