TDD/BDD testing methodologies?

2008-06-09 Thread David Troy
Hi there, I am new to Cocoa and XCode and have spent the most recent part of my 20+ years of programming using Ruby rather extensively. Part of the kool-aid in Ruby land is test-driven and behavior driven development practices (TDD/BDD). To go from that approach, where you generally

Re: TDD/BDD testing methodologies?

2008-06-09 Thread Jonathan del Strother
On Mon, Jun 9, 2008 at 2:34 PM, David Troy [EMAIL PROTECTED] wrote: Hi there, I am new to Cocoa and XCode and have spent the most recent part of my 20+ years of programming using Ruby rather extensively. Part of the kool-aid in Ruby land is test-driven and behavior driven development

Re: TDD/BDD testing methodologies?

2008-06-09 Thread Chuck Remes
On Jun 9, 2008, at 8:34 AM, David Troy wrote: Hi there, I am new to Cocoa and XCode and have spent the most recent part of my 20+ years of programming using Ruby rather extensively. Part of the kool-aid in Ruby land is test-driven and behavior driven development practices (TDD/BDD).

Re: TDD/BDD testing methodologies?

2008-06-09 Thread Andreas Monitzer
On Jun 09, 2008, at 15:34, David Troy wrote: Part of the kool-aid in Ruby land is test-driven and behavior driven development practices (TDD/BDD). To go from that approach, where you generally start writing tests and specs before you start writing code, to Cocoa, where I get a lot of OO

Re: TDD/BDD testing methodologies?

2008-06-09 Thread Chris Hanson
On Jun 9, 2008, at 6:43 AM, Jonathan del Strother wrote: Take a look at SenTestingKit (and particularly Chris Hanson's excellent guide to setting it all up - http://chanson.livejournal.com/182472.html). Thanks for the kind words! I have a couple of additional posts on my weblog which I

Re: TDD/BDD testing methodologies?

2008-06-09 Thread David Troy
Thanks Jonathan for the pointers and thanks, Chris, for your work on the subject. I am sure I will be using these articles to get up to speed on Cocoa TDD, however slowly that may be. Thanks again! Regards, Dave On Jun 9, 2008, at 6:43 AM, Jonathan del Strother wrote: Take a look at