Decision Table Testing

Apply this skill whenever you need to design test cases using Decision Table Testing techniques. Use when given requirements involving multiple conditions (inputs/states) that combine to produce different outcomes (actions/results) — especially when business rules contain "if-then-else", "and/or" logic, overlapping conditions, or multi-variable combinations. Triggers include: "design test cases", "write test cases for business rules", "test combinations", "decision table", "condition coverage", or any requirement with 2+ interdependent conditions controlling system behavior (discount rules, access control, eligibility logic, pricing engines, validation rules with multiple flags).

phatnguyen975 982e87d 11 files · 123.2 KB Updated

File contents

phatnguyen975/functional-test-design/tree/main/decision-table-testing commit 982e87dfff

Frequently asked questions

npx skillmds@latest add phatnguyen975/decision-table-testing