簡単化したデシジョンテーブル(collapsed Decision Table)

デシジョンテーブルの種類の一つ。出力に影響しない条件を考慮不要に設定して、ありえない入力または同じ出力を導き出す入力の組み合わせを一つの列(ルール)にまとめる。

Present in sylabi

Learn more

Software Testing Techniques (2nd Edition) by Boris Beizer - Van Nostrand Reinhold (2003)
Comprehensive coverage of decision tables, domain testing, and test design techniques. Classic text on software testing methodologies.

The Art of Software Testing (3rd Edition) by Glenford J. Myers, Corey Sandler, Tom Badgett - John Wiley & Sons (2011)
Time-proven software testing approaches including decision table testing and converting decision tables into test cases.

The Workshop: Decision Tables by Craig R Webster

Experience-based workshop playbook that captures a domain expert's 'it depends' business rules as a decision-table grid with don't-cares and a named hit policy, walking out with one test case per column and a list of policy gaps the expert could not answer.

Recommend more content related to this term