I've never done any automated testing before and even new to CppUnit, but I do have some knowledge in C++. I was suggest by co-worker to use CppUnit for automation testing. I spent two days reading about CppUnit, but I still don't know how to get it started. Anybody has any idea to help me on this?
Very appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've never done any automated testing before and even new to CppUnit, but I do have some knowledge in C++. I was suggest by co-worker to use CppUnit for automation testing. I spent two days reading about CppUnit, but I still don't know how to get it started. Anybody has any idea to help me on this?
Very appreciated
I suggest you look at the documentation on the website:
http://cppunit.sourceforge.net/cgi-bin/moin.cgi
Also, take a look at the examples in the CppUnit Cookbook:
http://cppunit.sourceforge.net/doc/lastest/cppunit_cookbook.html
You should try to get these examples to compile and work. If you have trouble with it, post specific questions about what is wrong.