0

I want to convert my IBM Rational Functional Tester (RFT) log files to the XML format of JUnit. What's the best way to do it? Is there a tool that already does it?

Here is the JUnit format. RFT can output its logs in html, xml, text and TPTP (an IBM internal format). I couldn't find a specification for it.

I plan to integrate the tool with Hudson continuous integration server.

Community
  • 1
  • 1
neves
  • 26,235
  • 24
  • 129
  • 157

1 Answers1

0

You can try to transform HTML RFT report into JUnit XML format via XSLT.

Or you can just try a plugin that allows to publish HTML reports

Igor Lyubin
  • 91
  • 1
  • 8