I want to raise an AllException for unit testing the search screen.
I want to do this without modifying the logic in Service Studio.
There is also a separate CommunicationException.How can do it
I debugged and changed the information in DevTool and was able to get AllException to occur.
Hi,
Can you clarify what you’re trying to achieve and what this test involves?
According to the documentation:
Communication Exceptions are only raised by OutSystems — you can't raise these exceptions in your logic.