Wednesday, May 16, 2007

Testing Strategy

A good way to decide which testing strategy to use to test a module is to base your decision on the developer of that module who can give you information about:
  • Expected bugs from that module
  • Cost of each bug (wrong functionality, system crash, hanging, or just nothing happens)
  • Amount of logic in that module
  • Ideas about scenarios, tricks or tweaks that may not be handled well by the module
Such information hopefully will help in deciding to what extent this module should be tested.

No comments:

Post a Comment