Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How about UI automation testing for iOS app with instruments & Javascripts [closed]

Get knowing the automation UI testing for iOS apps from WWDC2010 video session, but no practices for it.

From codeproject project,we can have one example.

Questions here to hear from people who have involved this.

Any limitations ? Any good practices ?

like image 224
Forrest Avatar asked Apr 27 '11 01:04

Forrest


1 Answers

I recommend to start with this blogpost by Alex Wollmer. He made a very useful javascript library: tuneup_js with test() function that enables test separation and useful helpers and assertions for writing tests for Automation Instrument.

like image 99
jki Avatar answered Nov 15 '22 15:11

jki