Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Execute iOS monotouch GUI tests automatically from command line

I am trying to find out how to test GUI of my monotouch app automatically from command line? I mean execute GUI tests in iOS simulator from CL. Only way of GUI testing I found was Teleric tool, but it is not automated yet

Some tips? Thanks

like image 325
Andrej Ruman Avatar asked Dec 12 '12 16:12

Andrej Ruman


1 Answers

If you are looking for something to help you with TDD, you might be interested in calabash: https://github.com/calabash/calabash-ios

like image 83
patric.schenke Avatar answered Nov 19 '22 01:11

patric.schenke