Cross-Platform Automated Mobile Application UI Testing
- by thetaspark
My dissertation is about developing a tool for testing mobile applications from the GUI.
Primary device is Android, but it should support Blackberry or iOs etc.
I found some frameworks using Google, e.g MonkeyTalk. I am not so sure, but what I want to develop might be a mini MonkeyTalk, with minimal functionality, focused on the GUI of the application(s) to be tested.
My questions:
What framework(s)? I am good with Java.
Can I use the xUnit family for this, and how?
What should I be reading/studying?
Any suggestions, links for tutorials, documentations, howtos, etc., would be very helpful.
Thanks in advance.