Unit testing tool
-
Can anyone recommend good unit testing tool for C++/MFC/COM? Either Open Source or freeware preferred. Thx
"Whidbey"..."Orcas"...Roadmap
This signature was created by "Code Project Quoter". -
Can anyone recommend good unit testing tool for C++/MFC/COM? Either Open Source or freeware preferred. Thx
"Whidbey"..."Orcas"...Roadmap
This signature was created by "Code Project Quoter".I've used CPPUnit on sourceforge.net before. It's a pretty nifty bit of software. I found it to allow me to structure my test suite the way I like it. It is fairly well documented, and provides a test runner gui that tells you where the error occurred in the test suite. Cheers Cheers The universe is driven by the complex interaction between three ingredients: matter, energy, and enlightened self-interest.
-
I've used CPPUnit on sourceforge.net before. It's a pretty nifty bit of software. I found it to allow me to structure my test suite the way I like it. It is fairly well documented, and provides a test runner gui that tells you where the error occurred in the test suite. Cheers Cheers The universe is driven by the complex interaction between three ingredients: matter, energy, and enlightened self-interest.
This is the one you are talking about? http://cppunit.sourceforge.net/cgi-bin/moin.cgi[^]
"Whidbey"..."Orcas"...Roadmap
This signature was created by "Code Project Quoter". -
This is the one you are talking about? http://cppunit.sourceforge.net/cgi-bin/moin.cgi[^]
"Whidbey"..."Orcas"...Roadmap
This signature was created by "Code Project Quoter". -
Can anyone recommend good unit testing tool for C++/MFC/COM? Either Open Source or freeware preferred. Thx
"Whidbey"..."Orcas"...Roadmap
This signature was created by "Code Project Quoter".I can recommend Boost Test[^]. Works fine for me.
-
I can recommend Boost Test[^]. Works fine for me.
Thanks for the link. What are other Unit Testing tools (shareware is OK) available out in the market apart from Open Source/freeware?
"Whidbey"..."Orcas"...Roadmap
This signature was created by "Code Project Quoter".