Most GUI test automation tools rely on hooks into the standard UI libraries which Corona SDK doesn’t use (it runs in an OpenGL window) so they wont work. We’re always on the lookout for ways to automate GUI testing but haven’t found anything that works very well yet.
There is tool called MoneyRunner for Android. It lets you simulate touch events which can interact with the OpenGL view. Once you’ve simulated all the user inputs that you want, you can then take a screenshot of the device and compare with with a known good screenshot.
Most GUI test automation tools rely on hooks into the standard UI libraries which Corona SDK doesn’t use (it runs in an OpenGL window) so they wont work. We’re always on the lookout for ways to automate GUI testing but haven’t found anything that works very well yet.
There is tool called MoneyRunner for Android. It lets you simulate touch events which can interact with the OpenGL view. Once you’ve simulated all the user inputs that you want, you can then take a screenshot of the device and compare with with a known good screenshot.