<<Effective Software Testing:50 specific ways to improve your testing>>里的Item 37: Develop a Test Harness When Necessary章节中有讲:
"A test harness can be a tool that performs automated testing of the core components of a program or system. As used here, the term refers to code developed in-house that tests the underlying logic (back end) of an application. "