writing test results in XML file using CPPUnit
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I am not sure whether I should post this question in this forum. If not please let me know the correct forum to post the question. I am using CPPUnit::XmlOutputter to write the unit test results to an XML file. The program works as expected and I can see the test results in the xml file. But I also want to add intermediate results and user defined messages in the same xml result file. How do I do that? Thanks a ton, Arti gujare