Is there any way currently or any suggestions of how we could set up automated unit tests for the processes we are developing.
We have say 15 test scenarios with sample data inputs and expected outputs for a custom process we have developed.
What types of methods could allow for this ? I know there are general suites out there like Selenium , just curious what others are doing for this.
Thanks !