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




January 12th, 2006 at 2:13 pm
[...] 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. [...]