I would like to add user interface tests to an iOS project in the same way as OCUnit tests. I know there is a JavaScript + UIAutomation JavaScript approach, but I donβt see how this fits into the automated build workflow. Can you install the "Tools + UIAutomation" scripts, for example, as a build dependency?
Secondly, I would rather write UI tests in the same language as the rest of the code ... Are there any alternatives / things that I am missing?
Thanks.
Martine
source share