Early Test Feedback by Test Prioritisation

February 3, 2011 0

It becomes difficult to modify legacy modules without breaking clients when software become more complex and the number of clients grows. Large scale regression testing takes a lot of resources. This video presents a testing approach that allows developers to select a set of tests that will testing as many integration points as possible but can be executed in a manageable amount of time.

Cucumber versus Steak

January 31, 2011 0

Iain Hecker discuses the way to describe behavior in Cucumber compared to the simpler option provided by Steak. Cucumber and Steak are two open source ruby behavior driven development (BDD) tools.

How Google Tests Software

January 27, 2011 0

In this blog post, James Whittaker tries to answer the question: “How does Google test software?“. This part focuses on the organizational structure.

Automated Javascript Unit Testing with JsTestDriver

January 26, 2011 0

This blog post explores how to do unit testing of javascript using JsTestDriver. The goal of JsTestDriver is to build a JavaScript test runner which easily integrates with continuous builds systems and allows running tests on multiple browsers quickly to ease TDD style development.

Continuous Testing using AutoTest.Net

January 25, 2011 0

This blog post presents the AutoTest.Net tool to continuously test your .net code. AutoTest.NET is a tool for running your unit tests as soon as your save your files.

1 158 159 160 161 162 171