More Test Driven Development With Javascript: JsTestDriver
Demonstration of JsTestDrive technology and how you can use it to TDD your JavaScript code. [youtube V4wYrR6t5gE] Good blog posting evaluating JsTestDrive
Agile software testing
Demonstration of JsTestDrive technology and how you can use it to TDD your JavaScript code. [youtube V4wYrR6t5gE] Good blog posting evaluating JsTestDrive
In this episode we will continue taking a look at how to setup the Hudson build server for usage in a .net environment. We will be taking a look at how we can use Hudson to report our Unit Tests results after each build. We will be looking at both …
This is a lightning talk about why I, as an experienced TDD:er, at first was convinced that BDD was completely useless and more or less harmful, which faulty assumptions I had and why I’ve completely changed my mind. http://smidig2007.confreaks.com/d1t2p05.html
In this screencast we will demonstrate how to use the Object Builder pattern to create and setup objects for tests. In the first part we discussed how to introduce the base class for the unit tests to improve readability and cleanness of code. http://highoncoding.com/Articles/443_Refactoring_Unit_Tests_Part_2_Using_Object_Builder_Pattern.aspx
In this screencast we will refactor unit tests to make it more readable. It is very important that you refactor your unit tests. Unit test code is not part of the production but refactoring them can help you in the long run and will provide benefits when maintaining the application. …
Test-driven design is probably more popular in the Ruby community than in other language communities. Nevertheless, test-driven design of graphical user interfaces is still seen as something of a black art. In this talk, I’ll demonstrate how to test-drive a Mac GUI, using either RubyCocoa or MacRuby. I’ll concentrate on …