Tuesday, July 27, 2010

Generating Test Data

• Ideally want to test every permutation of valid and invalid inputs
• Equivalence partitioning it often required to reduce to infinite test case sets
– Every possible input belongs to one of the equivalence classes.
– No input belongs to more than one class.
– Each point is representative of class.

No comments:

Post a Comment