Reputation: 1
I Have a RuleRequest Class which internally contains Product class and Policy Class. I have rules to check for attribute inside Product and Policy class. I need to do it in Excel based decision table.
I tried below. First declared variable ruleRequest: RuleRequest here i tested i am able to access attributes of ruleRequest class like ruleRequestID. Now i have other conditions
Product(productDescription==$param), similarly Policy(policyDesc==$param)
This is unable to resolve Product(productDescription==$param) kind of value.
I am not sure what i am doing wrong here.
Thanks in Advance.
Upvotes: 0
Views: 511
Reputation: 267
I am quality engineer for decision tables at RedHat, however it is hard to help without the given table. Do you think would it be possible to upload it somewhere? At least screenshots could help or something.
Upvotes: 0