Entries from November 2009

DZone Interview – Benefits of Testable Code

November 18th, 2009 · 3 Comments

http://java.dzone.com/articles/benefits-testable-code

Tags: Uncategorized

How to get Started with TDD

November 17th, 2009 · 25 Comments

Best way to learn TDD is to have someone show you while pairing with you. Short of that, I have set up an eclipse project for you where you can give it a try:

hg clone https://bitbucket.org/misko/misko-hevery-blog/
Open project blog/tdd/01_Calculator in Eclipse.
It should be set up to run all tests every time you modify a file.

You may [...]

Tags: Uncategorized

GTAC 2009 – JsTestDriver

November 6th, 2009 · 2 Comments

Google Tech Talk
October 22, 2009
ABSTRACT
Presented by Jeremie Lenfant -Engelmann, Google, at the 4th Annual Google Test Automation Conference, October 21st, 22nd, 2009, Zurich, CH
The proliferation of JavaScript unit-testing frameworks in the JavaScript community shows that no one has yet found the magical combination of features to make JavaScript testing a no-brainer. We like to believe [...]

Tags: Uncategorized