Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIAutomation Scripts examples

Does anyone found any examples on UIAutomation test scripts with sample projects? So far I found only WWDC2010 video covering the topic, but no sample scripts/projects to play around with.

Also is there any way to achieve code suggestions/auto-completion when editing scripts in Xcode/Instruments?

like image 614
Michał Zygar Avatar asked Jan 04 '12 11:01

Michał Zygar


1 Answers

I'm not sure if you're tied to it UIAutomation, but I greatly prefer KIF https://github.com/square/KIF from the fine folks over at Square. It has examples, and it fairly actively maintained.

like image 88
Rexeisen Avatar answered Oct 07 '22 23:10

Rexeisen