It's all about the answers!

Ask a question

How can we publish build/test results for C++test framwork?


ryosuke oka (17984648) | asked Aug 09 '12, 4:53 a.m.
edited Aug 16 '12, 11:23 a.m. by Spencer Murata (2.3k115971)
The customer want to publish build/test result with C++Test and want to know how they can accomplish this.

Can we use ccpunitLogPublisher by modifying output or CC++Test result? or what other option we have?

And what is "another approach is to use XSLT to convert XML data to the format expected by one of the existing tasks, or to HTML"?

  • ccpunitLogPublisher
    https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.concert.dotnet.doc%2Ftopics%2Fr_ccpunitlogpub.html
  • https://jazz.net/wiki/bin/view/Main/BuildFAQ (How can I publish test results? )
"If the test framework you're using is not covered by these existing tasks,
another approach is to use XSLT to convert XML data to the format expected by one of the existing tasks, or to HTML"

Let me know if you have some idea for this!

2 answers



permanent link
Ralph Schoon (63.1k33646) | answered Aug 23 '12, 7:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Aug 23 '12, 7:33 a.m.
Unfortunately the HTML approach only works if you publish the HTML somewhere. Uploading it to the build result does not work well - you have to download and open the local file then. I would like to propose this approach: https://jazz.net/library/article/797 .

permanent link
Spencer Murata (2.3k115971) | answered Aug 16 '12, 11:24 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
 The short answer is 'no'.   I don't have any experience with C++ Test, but we don't have native support for the C++ Test.  The longer answer is taking the results from C++ Test , and setup a custom script via XSLT to transform the data into the CCPUnit format or one of the other formats that does have native support.  Or transform the data into a html page and then contribute that to the build so it would be viewable that way.

Comments
ryosuke oka commented Aug 23 '12, 3:57 a.m.

Thanks for the explanation!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.