Monday, January 7, 2008

Module Testing

For testing, there are 2 ways of systematically contructing test data to test a module. These include:

  • Functional Test
    To test according to the specification.

  • Structural Test
    Testing on the code.

No comments: