fgvieira
7 years agoContributor
SOAPUI Reports
Hello guys,
After you launch testrunner, soapUI gives you the output file, in my case a junit report file.
It has CDATA with information I would like to acess it. I'm parsing this xml so I can have a report in my own way. I'm using xmlparser in a groovy script to do this, how can I acess this CDATA inside the junit report file?
Thanks.