Test Driven Development for iPhone –
Here at Blazing Cloud we really like Test-Driven Development (TDD). We try to use it for all of our development projects, and we recently learned how to do it for IPhone development.
(tags: tdd bdd ios objectivec development code)
www.hans-eric.com » Tutorial: Getting Started With UISpec
This is a Quick Start Guide that shows how to get you started with Acceptance Test Driven Development for the iPhone, using UISpec.
(tags: uispec tdd bdd development code iphone ios objectivec)
UISpec is a Behavior Driven Development framework for the iPhone that provides a full automated testing solution that drives the actual iPhone UI. It is modeled after the very popular RSpec for Ruby, where you express executable examples of the expected behavior of your code.
(tags: uispec tdd bdd iphone ios development code objectivec)