2

I'm new to iOS development and want to learn Test Driven Development. Didn't find any good resource to start with. I searched and came across this . . Where to start with test driven development?

which is only for ruby on rails.

I'd appreciate if anybody guide me where to start with.

Community
  • 1
  • 1
Peer Mohamed Thabib
  • 636
  • 2
  • 9
  • 29

1 Answers1

3

Reading documentation on testing from Rails world actually is not a bad idea. TDD is seen as really important within the Rails world. Some key concepts are explained better there than in the iOs world in my opion.
The answer of Riyazul has some nice links. I also like these:

NSHipster has this post about unit testing.

From the Ruby world this article about testing in Ruby motion is interesting. Everything can also be done from Xcode.

Raymond
  • 3,630
  • 2
  • 19
  • 22