views:

61

answers:

2

Are there any tools or plugins for XCode that can generate test cases for your apps?

+2  A: 

Not sure about automatic generation, but you might look into OCUnit.

Joshua Nozzi
+3  A: 

If you are using Xcode 3, then OCUnit is build right in: Apple OCUnit Documentation

Madison S