test-case-design
Installation
SKILL.md
Test Case Design Techniques
When to Use This Skill
Use this skill when:
- Test Case Design tasks - Working on apply systematic test case design techniques including equivalence partitioning, boundary value analysis, decision tables, and state transition testing
- Planning or design - Need guidance on Test Case Design approaches
- Best practices - Want to follow established patterns and standards
Overview
Systematic test case design techniques ensure thorough coverage while minimizing test case count. These black-box techniques derive test cases from specifications without knowledge of internal implementation.
Equivalence Partitioning
Divide input data into equivalent classes where any value should produce the same behavior.