Decision table testing test cases are designed to execute the combination of inputs. for more information u can goto below link
http://www.gcreddy.com/2010/10/test-design-technques.html
In a decision table the inputs are listed in a column, with the outputs in the same column but below the inputs. The remainder of the table explores combinations of inputs to define the outputs produced.