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