📖 What is Action (Decision Table)?
An Action is the expected output or behavior triggered by a specific combination of conditions in a decision table. Actions are listed in the bottom half of the table and dictate what the system must do when a rule is met.
"Remember that a single rule (column) can result in multiple actions. Ensure your test cases verify all specified actions for the given condition combination."
📚 Certification: Certified Tester Foundation Level (CTFL-v4.0)
🔑 What are the Key Concepts of Action (Decision Table)?
- ▸ Expected output or behavior
- ▸ Triggered by a combination of conditions
- ▸ Listed in the bottom half of the table
- ▸ Can have multiple actions per rule
🎯 How does Action (Decision Table) appear on the CTFL-v4.0 Exam?
Match a set of inputs to the correct expected actions.
Identify if an action is missing from a rule definition.
Derive expected results for test cases from actions.
❓ Frequently Asked Questions
Can a rule have multiple actions?
Yes, a single rule can trigger several actions simultaneously.
What if no action is specified?
It may indicate an incomplete requirement or an implicit 'do nothing' behavior.