Software Testing Articles, Blog Posts, Books, Podcasts and Quotes

Test-Driven Development and Embracing Failure

June 6, 2011 0

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.

Agile C++ Development and Testing

June 6, 2011 0

This article presents a number of techniques that our team here at Microsoft has been using to build and test applications in Visual C++ using an Agile approach.

Python Testing: Coverage Analysis

June 6, 2011 0

This article covers the coverage analysis of Python: * Building a network management application * Installing and running coverage on your test suite * Generating an HTML report using coverage * Generating an XML report using coverage * Getting nosy with coverage

Experiments with TDD

May 26, 2011 0

In this article, Vinay Krishna shares his experiment with Test Driven Development (TDD) and his transformation from coder to developer.

Diffusion Software Testing

May 5, 2011 0

The concept of diffusion testing is that you can automatically generate new test case data from existing test cases that yield a pass result.

1 76 77 78 79 80 91