Cross-Platform Automated Mobile Application UI Testing
Posted
by
thetaspark
on Programmers
See other posts from Programmers
or by thetaspark
Published on 2012-05-30T21:37:46Z
Indexed on
2012/05/30
22:50 UTC
Read the original article
Hit count: 234
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.
© Programmers or respective owner