Testing Strategies/Techniques

  1. Clean tests against requirements.

  2. Additional structural tests for branch coverage, as needed.
  3. Additional tests for data-flow coverage as needed.
  4. Domain tests not covered by the above.
  5. Special techniques as appropriate--syntax, loop, state, etc.
  6. Any dirty tests not covered by the above.

 

 

[Previous] [Home] [Next]