Skip to Main Content

Intelligent Advisor

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Test Cases Against Error Rules

User_B5W17Apr 8 2020 — edited Apr 13 2020

Hi,

I have various

``````Error("Text Here") if

rules in my policy, to stop users proceeding if certain criteria is not met.

When building test cases, these error's are thrown up during run time, and the test cases will not execute fully. Currently I am commenting out the error rules, and placing all error rules in to a single attribute which is then compared in the test cases as a work around.

Is there a better way, to be able to run these test cases, with the error rules still active?

Thanks

Comments
Post Details
Added on Apr 8 2020
2 comments
240 views