Software Testing

(2) Test Selection I

Equivalence Partitioning: Category Partition Method

  1. Identify categories (functional units, that can be tested separately)
  2. "Partition" categories
  3. Determine constraints
  4. Generate all combinations, that satisfy the constraints -> test frames
  5. Transform test frames into test cases

Diskussion