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.