Best practices for automated testing on the Fusion platform
Summary:
Are there any recommended practices for automated testing on Fusion apps (CRM, HCM, etc)?
Content (required):
Hi.
I was wondering what is the common practice for automated testing on Fusion applications. I know there is an ADF Automation Sample Library for running UI-based testing using Selenium detailed in the below URL, and that is good for end to end tests.
However I am looking for tools to perform server-side testing, such as automated testing of Groovy script customizations. Our customers rely heavily on Groovy-based validation and automation rules and, so far, I have found no way to perform unit tests natively on the platform. As a comparison, Salesforce offers OOTB support for test classes that automatically detect code coverage.