Here is a screenshot of the MFC based TestRunner:

attachment:mfctestrunner.png

please introduce how to install CppUnit (mfc test runner) on the visual studio .NET 2003.

----

My notes while playing with CppUnit in Visual Studio .NET 2003 can be found at:
http://www.componentsnotebook.com/agilehacker/blog.html#CppUnit

 > Thank you for that blog entry! It was very helpful to me after 5+ hours reading around online and in the CppUnit documentation. Using your instructions (and what I'd learned about CppUnit in general) I was able to integrate the CppUnitTestApp into my solution (in VS.NET 2003). - Darren Torpey; July 6th, 2004 

The link to the notes seems to be dead. Would you please check this? best regards Stefan Rauch, Feb. 28th, 2005

It's dead for me too, nothing in the Google cache, and the Wayback machine says the site died over a year ago.  I'll try to get it running on my box, and see if I can create some instructions.  If you have some in your back pocket, please post them here -- JohnWhitlock [[DateTime(2005-02-28T19:28:13Z)]]

The following page contains a good overview of the step required to build an MFC based test project:
http://www.codeproject.com/library/Using_CPPUnit.asp -- BaptisteLepilleur
