Design Tactics - Testability
=
6
items
(filtered by
description
name only
) /
show notes
Manage Input / Output
Record/Playback
Capture information crossing an interface and use it as input into the test harness.
Separate Interface from Implementation
Separate the interface from the implementation to allow substitution of implementations for various testing purposes.
Specialize Access Routes/Interfaces
Have specialized testing interfaces to capture or specificy variable values for a component through a test harness.
Internal Monitoring
Built-in Monitors
Use instrumentation technique to access information (information accessible through an interface…) through an interface.
Built-in Monitors
Internal Monitoring
Specialize Access Routes/Interfaces
Separate Interface from Implementation
Record/Playback
Manage Input / Output
Testability Design Tactics