Hello Code guru's,
Suggest me how you are doing Unit testing for an application which is developed On VC++ 6.0 MFC .
Printable View
Hello Code guru's,
Suggest me how you are doing Unit testing for an application which is developed On VC++ 6.0 MFC .
CppUnit is very very good tool.
You have to write code for your test cases, but it is worth it.
You first right the test cases, before you write the actual code.
This will also make you think better in terms of the design of the code.
As I know writing correct test case is very important.