Testability

Testability is the ease of determining how well a component satisfies its responsibilities. A component’s testability depends on how easy it is to control the variables that affect the component and to observe the variables affected by it.

Read full post

Diagnosing Intermittent Failures

To diagnose a frustrating intermittent failure, start by distinguishing three key ideas: failure, fault, and conditions. Then take a systematic approach to exploring the conditions and seeking the fault.

Read full post