Home › Software Testing › Software Testing › fundamentals_levels_techniques › A decision table is BEST used for testing
A decision table is BEST used for testing
ACombinations of conditions and actions
BBoundary values of single input fields
CInternal structure of nested loops
DVisual layout of user interface elements
Answer & Solution
Correct answer: A. Combinations of conditions and actions
Decision tables systematically capture rules: each column = a combination of condition outcomes mapped to actions. Useful for testing business rules with multiple inputs (e.g., insurance pricing, eligibility).
Related questions
Exit criteria for a test phase typically includeTest-driven development (TDD) follows the cycleIn Agile, the tester's role is BEST described asSelenium is BEST described asWhich is a recognised BENEFIT of test automation?Risk-based testing prioritises test effort byA defect lifecycle typically begins with statusA test plan typically describes