What's your approach to testing iPhone / iPad apps?

后端 未结 5 1724
南旧
南旧 2021-02-02 01:47

When developing for iPhone/iPad do you

  1. Do unit/integration/etc testing?
  2. What framework(s) do you use?
  3. What other framework(s) have you tried (if
5条回答
  •  有刺的猬
    2021-02-02 01:54

    I've done some unit testing on my apps. But since mine is a calculator its easier to unit test vs other more complex apps. I find it epically helpful when I find a case that doesn't work right (usually from manual testing), then I write a test so that (hopefully obscure) case will always be tested in the future. That way I don't repeat bugs further down the line.

提交回复
热议问题