What is your iPhone app testing strategy?

前端 未结 7 2244
我寻月下人不归
我寻月下人不归 2020-12-28 20:31

Before submitting to the App Store, it is a good idea to test the App once again precisely. I tend to install my App on a device and give it a friend for a while. Then I tak

相关标签:
7条回答
  • 2020-12-28 21:24

    In terms of unit testing, I have found that GHUnit and OCMock are two very good tools. Especially GHUnit because it comes with it's own test runner which will run on the device or simulator.

    0 讨论(0)
提交回复
热议问题