2

Possible Duplicate:
How to run and debug unit tests for an iPhone application

I want to unit test my IPhone application.
What tips and practices should be followed?

Community
  • 1
  • 1
Nitish
  • 13,845
  • 28
  • 135
  • 263

3 Answers3

2

You might want to checkout Gorilla Logic’s FoneMonkey, an open source record / playback testing tool for iPhone applications: link for gorillalogic

icecurtain
  • 675
  • 3
  • 9
  • 30
0

Xcode 4 comes with everything you need: OCUnit for the unit tests - and Instrument has Automation which you might want to have a look at for GUI testing.

Eiko
  • 25,601
  • 15
  • 56
  • 71