Help with unit testing

1) What class libraries are available to assist with unit testing?
2) How are these classes adopted/integrated into your application's class hierarchy?

I found CppUnit , Boost.Test, CppUnitLite, NanoCppUnit, Unit++, CxxTest etc are few class libraries that are available to assist with the unit testing.

I am using visual studio 2012. I don't understand the second question. Please help

If you could help me with below questions as well it would be awesome.
Unit Test Manager
1). Describe this element of the IDE and how it increases efficiency; how would you run a battery of unit tests without it?

2. Explain how unit tests are compiled and executed without interfering with the compilation/execution of the application under development.
Last edited on
Topic archived. No new replies allowed.