Archive for the 'TDD' Category
Thanks to Google Maps new feature, Street View, if you’d like a free coffee come stalk me! You can see the door to the apartment I’m staying in while being in San Francisco by clicking here . Be the first (or one of the first before I run out of coffee money) and I’ll […]
May 29th, 2007 | Posted in Extreme Programming, TDD | 1 Comment
I was reading Ted Carnahan on ticky tacky and it reminded me of code duplication. Ever start feeling like you’re in a pre-fab sub-division when you’re looking at your code? You might just have some code duplication to take care of.
The phrase ticky tacky was coined by Malvina Reynolds in the […]
March 12th, 2007 | Posted in Code, Refactoring, TDD, Testing | No Comments
I was reading Why Rails Fixtures are No Fun last week and was going to write a great post about xUnit Patterns that would address the problems but today I saw Object Mother In Rails so I don’t need to write it up. Phew!
March 7th, 2007 | Posted in Ruby, TDD, Testing | No Comments
From Opensourcetesting.org News
shUnit2 is a xUnit based unit testing framework for shell scripts (eg. sh, bash) that is modeled after the JUnit framework. It is designed to make unit testing in shell as simple as possible.
March 6th, 2007 | Posted in LinkBlog, TDD, Testing | No Comments
I’ve writen about being an SDET before and now here is Google’s take on the definitions of Quality Assurance (QA), Quality Control (QC) and the roll they call Test Engineering.
Here at Google, we tend to take a third approach that we call Test Engineering. We look at this as a bridge between the […]
March 6th, 2007 | Posted in Seattle, TDD, Testing, thePlatform | 1 Comment
At work I’m probably known by a couple people for writing riciculously long test name, so this post by Patrick Lightbody made me smile.
Unfortunately, Dan’s examples of test methods were rather weak - often the agiledox crowd uses really simplistic examples. So I thought I’d give some examples of some of my methods […]
March 1st, 2007 | Posted in BDD, Code, TDD, Testing | No Comments
xkcd.com: Random Number
Need more info? Can Test-Driven Development and Programming By Intention play together?
February 9th, 2007 | Posted in Code, Extreme Programming, TDD | No Comments
I am a believer in Testivus.
Developers need to take more responsibility for testing their code. But the majority of developers are not willing, nor ready, nor able to jump on the bandwagon of the more extreme and demanding developer testing movements such as Test Driven Development. Testivus is a proposed developer testing movement […]
February 7th, 2007 | Posted in Agility, Code, Extreme Programming, TDD, Testing | No Comments
RSpec, the Behavior Driven Development(BDD) library for Ruby, has been solidifying on JRuby recently. A post to the mailing list last week pointed out that it’s now passing nearly 100% of its specification (the RSpec term for a test suite).
http://www.infoq.com/news/2006/11/RSpecOnJRuby
I mentioned rSpec in Beyond Test Driven Development: Behaviour […]
December 1st, 2006 | Posted in Agility, BDD, Code, Java, Ruby, TDD, Testing, rSpec | 1 Comment
A friend over at Pivotal sent me a link to this Google Video: Beyond Test Driven Development: Behaviour Driven Development.
This quote sets the tone for this awesome talk:
Everyone’s happy doing TDD… and everyone is getting the maximum benefit right?
Bullshit.
Thanks go out to parkert for sending me this link.
Update: […]
November 9th, 2006 | Posted in Agility, BDD, Java, Ruby, TDD, Testing, rSpec | No Comments