views:

195

answers:

1

Have been searching for experiences on TDD with Objective-C and iOS development.
Previous post about "string calculator"-kata in Objective-C was useful (thanks).

But it would be nice to learn even more fluent iPhone-TDD.

Do you have some experience of how to use UISpec (based on Rspec), iCuke (based on cucumber) or similar tools?

And if you also have got the flow going with autotesting (autoiphonetest.rb) like Paul did in his his blog, it would be very interesting feedback.

Here is a good post: Test Driven Development in Objective-C with MacRuby

+2  A: 

I found the following screencast pretty useful http://vimeo.com/9394596 to get started.

petert
@petert: +1 helpful
Kb