Supplement, don’t replace, other testing methods The Test Harness pattern augments other testing methods. It does not replace unit tests, acceptance test, FIT tests, and so on. Each of those techniques help verify functional behavior. Test Harness helps verify “nonfunctional” behavior while maintaining isolation from the remote systems.

