December 16th, 2005

Marc Clifton’s Advanced Unit Testing articles

In a previous post, we mentioned a link to the first in a series of articles by Marc Clifton at The Code Project, a .NET resource site. Here are the links to all 5 of the articles in Marc’s series. He starts out as a skeptic of the extreme programming philosophy, and decides that the only way to know is to apply it in a non-trivial way. Incredibly open minded about the approach, he addresses a lot of complex issues (refactoring of tests, entanglement in OO design, performance testing, and using scripts to create tests instead of code). This series includes C# specific details, and is very long (over 100 pages when printed).

http://www.codeproject.com/csharp/autp1.asp

http://www.codeproject.com/csharp/autp2.asp

http://www.codeproject.com/csharp/autp3.asp

http://www.codeproject.com/csharp/autp4.asp

http://www.codeproject.com/gen/design/autp5.asp

Please Rate This Article!
Just Plain BadLameAverageGoodGreat (Be The First to Rate This Article)
Loading ... Loading ...

One Response to “Marc Clifton’s Advanced Unit Testing articles”

  1. Tyner Blain » Foundation series: Black box and white box software testing Says:

    [...] Black box tests and white box tests. These terms get thrown about quite a bit. In a previous post, we referenced Marc Clifton’s advanced unit testing series. If you were already familiar with the domain, his article could immediately build on that background knowledge and extend it. [...]

Join The Discussion