top | item 3274471

Automated UI Testing for Web and Native Apps on iOS and Android

45 points| jagreehal | 14 years ago |slideshare.net | reply

8 comments

order
[+] ohrock|14 years ago|reply
Something that is not clear to me is how the iPhone native testing would happen. Is selenium webdriver also capable of driving an iOS native app?
[+] ovi256|14 years ago|reply
I think the answer's a clear no, and he just skirts around that issue. OTOH, I could see setting something up on the simulator and testing using a desktop testing framework.
[+] khkwang|14 years ago|reply
For web testing, I highly recommend watir. Selenium couldn't handle modal dialogs well enough for me and watij kept crashing. Watir's been able to handle anything I've thrown at it so far.