http://java.dzone.com/articles/benefits-testable-code
Entries from November 2009
DZone Interview – Benefits of Testable Code
November 18th, 2009 · 4 Comments
Tags: Uncategorized
How to get Started with TDD
November 17th, 2009 · 26 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 [...]
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. [...]
Tags: Uncategorized