TDD Best Practices
In this blog post, Steve Daskam shares a list of 14 Test Driven Development (TDD) best practices.
Tutorials and resources on how to apply unit testing in software testing
In this blog post, Steve Daskam shares a list of 14 Test Driven Development (TDD) best practices.
This blog post presents the results of a survey about the software testing tools used in ruby software development projects.
In this blog post, Steve Freeman explains why Test-Driven Development (TDD) is still an important tool for the software developer, even if there are circumstances where it could not be used.
A 14-part series of articles describing the use of automated unit testing techniques for the C# programmer. The tutorial includes the use of NUnit and Moq but is also relevant for other testing frameworks.
In the episode 167 of the Software Engineering Radio, Kent Beck discusses about this tiny little thing he created many years ago and that has changed the daily work of many many programmers in the world: automated unit testing and JUnit.
In this blog post, Karl Seguin explains why we should stop using mocks to reduce coupling and brittleness in our code.
QUnit is a JavaScript test suite. It’s used by the jQuery project to test its code and plugins but is capable of testing any generic JavaScript code and even JavaScript code on the server-side. This article explores how to write unit tests with QUnit for Javascript.
Copyright © 2009-2026 Software Testing Magazine by Martinig & Associates