J
Johan
Hi,
Can somebody explain to me what are the benefits of using unit test for c++
( cppunit ). If I have a test program why do I have to write unit test
cases. The test program can have it's input from an input file, you can
specify more test data in the input file without recompiling the
testprogram. In case of a unit test you have to recompile the unit test. The
test program can be automated en have log facilities. So why do people use
unit tests ?
John
Can somebody explain to me what are the benefits of using unit test for c++
( cppunit ). If I have a test program why do I have to write unit test
cases. The test program can have it's input from an input file, you can
specify more test data in the input file without recompiling the
testprogram. In case of a unit test you have to recompile the unit test. The
test program can be automated en have log facilities. So why do people use
unit tests ?
John