Duplication Between BDD and Unit Tests
Gojko Adzic explains his point of view on the different purposes of Behavior Driven Development and unit tests.
Gojko Adzic explains his point of view on the different purposes of Behavior Driven Development and unit tests.
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.
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.
In this blog post, James Whittaker tries to answer the question: “How does Google test software?“. This part focuses on the organizational structure.
Lynn McKee has compiled an excellent listing of mnemonics used in software testing.
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.
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.
Copyright © 2009-2024 Software Testing Magazine by Martinig & Associates