xcode - iOS unit testing on a Mac running Mountain Lion (OS X 10.8.5) -


i have ios project comes older xcode (4.6.3) , did not include test target default, projects in latest xcode versions seem include. have xcode 5.1.1. on mac running os x 10.8.5. i've reading this apple's document regarding unit testing in xcode, looks need os x mavericks, @ least installing , configuring os x server, don't you?

i'd appreciate guidelines follow add test target project , how integrate testing process in workflow if not have os x maveriks.

thanks in advance

edit: there anyway of run tests in normal running of app? mean, need test cases involve update of data @ hours, , update of parameters , gui after data update... how this? thanks

you need mavricks if wish use xcode service, apple's continuous integration server. not need mavricks run unit tests, miss out on pretty in-xcode reports.

without mavericks, can run unit tests manually pressing cmd+u or going product->test.

you can setup own continuous integration service , run unit tests command line script. you'll have pick ci server, jenkins or many alternatives, , how-to system.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -