Setting up UI Testing environment is costly, either you purchase some cloud provider to speed up the process or go and setup your own. The goal of this component is to save that cost and easily do UI testing within OutSystems environment.
Features
Dynamic creation of Test Actions
Test History with Screenshots
Automation ready
Batch script can be created to open up a browser and call the page TestRunner passing the TestId to execute the test (e.g. start chrome https://johnalvin-salamat.outsystemscloud.com/UITester/Steps?TestId=9)
Optional parameter DelayInExecutionMs in TestRunner can be set depending on the loading time of the page being tested
Upcoming