On 2015-12-09 00:24, Todd Fabacher wrote:
Is there any system for proper testing that can "plug" into LiveCode? I
think on mobile this would be even more difficult as there is no remote
debugging correct?

For engine development, there's a framework based on script-only stacks. It logs using the TAP protocol, and is robust to tests that cause unexpected errors or even crashes. The code is all there in the git repository:

https://github.com/livecode/livecode/tree/develop/tests

It could very likely be adapted for testing arbitrary applications by putting stuff to load an app in the tests' "TestSetup" handlers.

                                      Peter

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to