Saturday, September 5, 2009

Supporting Software in Integration Test

Some supporting software in Integration Test include:
  • Drivers
    Programs that invoke the software being tested and simulate the activity of higher level application components. They usually provide test input and report test result.

  • Stubs
    Dummy program modules used to enable the testing of higher-level invoking components. Their functional capabilities range from none to extensive simulations of actual application modules.

No comments: