Hi
I’m refactoring my app and doing some testing. I wrote a test function that simulates playing the app partly just for fun and partly to help me research this memory leak I may have by playing the app multiple times for me to save me the trouble.
Anyway just wondering, can you write an app that will ‘play’ another app but that is a completely separate app? My test function ‘plays’ the app but it’s also part of the app.
Also in the same vein, suppose you want to test a touch event listener on its own. Is there a way to call a touch event listener function without really touching the screen? How would you send it the ‘event’?
thanks,
David