Tutorials and resources on how to useTest-Driven Development (TDD) to apply Agile testing in software testing

Using Generate from Usage for TDD with Visual Studio

February 15, 2012 0

This article provides a process to integrate Test-Driven Development in the maintenance of a .NET application. You will first write the tests that will prove your new code gets the same results as the legacy code. Then you isolate new code into separate methods or classes that you can test independently. You break down the requirements into simple valid tests. Finally you check to see that you have not introduced a new bug. While you are doing this, let Visual Studio generate the utility code for you and find a tool to run your tests continuously like AutoTest.NET.

Python Unit Testing

January 26, 2012 0

This article presents a strategy for unit testing in Python, using a set of utility functions that converts to and from Roman numerals. The author discusses the benefits of a Test-Driven Development (TDD) approach and propose a detailed testing process for all the cases of the functions.

Test-Driven Development – A Guide for Non-Programmers

November 9, 2011 0

Test-driven development (TDD) is a programmer practice that’s been employed by a growing number of software development teams for the past dozen years. Does TDD impact you personally? If you’re a manager, what should you expect from teams using TDD? How do you know if they’re doing a good job? Is there any advantage of TDD over sporadic after-the-fact unit testing?

Transformation Priority Premise for TDD

August 25, 2011 0

This just might be the thing that brings a mathematical rigor to Test Driven Development (TDD). If nothing else, it will certainly help programmers choose which tests to write next, and how best to make them pass. Transformations are like refactorings in that they are simple incremental changes to code.

TDD Best Practices

July 19, 2011 0

In this blog post, Steve Daskam shares a list of 14 Test Driven Development (TDD) best practices.

Microtests and TDD are not Sufficient

June 7, 2011 0

In this blog post, Dave Rooney explains that microtests and TDD are excellent practices but you still need other levels of tests and testing to sustain a team’s ability to be agile over any extended period of time.

1 3 4 5 6 7 8