Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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!

0 votes



2 answers

Permanent link
 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.

0 votes

Comments

Thanks for the explanation!


Permanent link
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 .

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,030
× 7,507
× 562

Question asked: Aug 09 '12, 4:53 a.m.

Question was seen: 5,030 times

Last updated: Aug 23 '12, 7:33 a.m.

Confirmation Cancel Confirm