Question
WellsFargo
US
Last activity: 21 Jun 2022 18:11 EDT
Unit Testing Decision table
Unit Test case for Decision table allows multiple input combination. However in the Setup and Cleanup tab we can set data for a particular input combination only. If I want to unit test every single input combination in Decision table, the only option I see is to create multiple test cases for the decision table (where only the setup data will be different that satisfies a particular input combination)
Is there a better way to achieve Unit testing every single input combination?