Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to speed up TDD flow with iOS and Objective-C/Xcode

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

like image 977
Kb. Avatar asked Sep 18 '10 20:09

Kb.


2 Answers

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

like image 129
petert Avatar answered Nov 08 '22 16:11

petert


Perhaps this helps: http://pragprog.com/magazines/2010-07/tdd-on-iphone-diy

like image 5
abrausch Avatar answered Nov 08 '22 16:11

abrausch