Test-driven Development in JavaScript

Published September 21st, 2011 Under Software Testing | Leave a Comment

This video explains how to use test-driven development to design and implement a simple JavaScript web application, including how to steer it towards component based micro-architecture.

Watch this video on Skillsmatter.com

JUnit Test using Eclipse

Published September 27th, 2010 Under Unit Testing | Leave a Comment

This two part video explains how to use the JUnit plug installed in Eclise to create unit tests.

Additional resources:
* Junit SourcePage
* Junit.org
* JUnit presentation