...

/

More About Test Harness and Failure Modes

More About Test Harness and Failure Modes

Learn about remote call failures, failure modes in OSI model, and test harness scope.

Remote call susceptible failures

Consider building a test harness that substitutes for the remote end of every web service call. Because the remote call uses the network, the socket connection is susceptible to the following failures:

  • It can be refused.

  • It can sit in a listen queue until the caller times out.

  • The remote end ...