How do you all test your codebase especially those that use DUnit Testing Framework on mobile devices like Android and iOS.
I still do it the old fashion way, compile the demo project with the tests and execute them on my device.
while the above works, it's to say the least very stressful.
Are there better ways to test my code with DUnit on mobile devices something like a DUnit GUI TestRunner for FMX?
Thanks.