Posts Tagged ‘Writing Reliable, Bug-Free Code’

Cucumber and WATIR: kick-starting your testing

Posted by Rahoul Baruah on January 16th, 2009 under Designing Great Software, Ruby on Rails and Software Development, Writing Reliable, Bug-Free Code Tags: , ,  •  Comments Off

I think Cucumber is fast becoming indispensable for my testing. The point of it is that you can write documentation that your client understands and then prove that the application does what it says. When coupled with WATIR you can show that it really works in an actual browser – you can even [...]

Acceptance Testing in Ruby, Rails, RSpec and Cucumber

Posted by Rahoul Baruah on November 21st, 2008 under Beautiful Code, Designing Great Software, Ruby on Rails and Software Development, Writing Reliable, Bug-Free Code Tags: , , , , ,  •  Comments Off

I’ve written up a new post at the Brightbox blog detailing how we are using RSpec and Cucumber to build acceptance tests for the next generation Brightbox systems.