Question
Creating a test case for Decision Table fails with execution error
I created a decision table which has over 500 cells. I used the Import option to do that. The decision table passes completeness and conflict tests. I save and check in the code with no issues. It has a Param.Code that I use to check the value in the row to return that row of data.
I realize I need to create a test case for the dec. table. I click Run and get the following error:
I'm not really sure how to fix this, so I turn the tracer on to see what that might tell me:
Clicking on one of the FAILs, I get:
I had expected when I clicked run, it would show me the screen to allow me to enter a value for the missing parameter. What am I doing incorrectly?
Hi,
Thanks for posting on PSC!
Could you please try to re-attach the screenshots you were trying to show us.
Meanwhile, you can refer to this PDN article https://pdn.pega.com/create-and-execute-test-cases-decision-tree-and-decision-table-rules on how to create and test the test cases for a decision table.