Extent report in parasoft
Comments
-
I am not sure exactly what you mean by "extent report" but here are some resources in case any of these help you:
Support for Custom Report Formats
Understanding Support for Custom Report Formats And Generate Customized report0 -
Thanks Ben
Extent report is created by extentreport jars in Java projects. In short we can customize the HTML report with the help of these jars.
is these any way in parasoft where we can create seperate report with the help of JAVA or any othe jars.0 -
is these any way in parasoft where we can create seperate report with the help of JAVA or any othe jars.
Custom reporting is accomplished in at least a couple different ways. One way is to provide SOAtest with a custom XSL file. Another way is to write code (like java code) that you execute yourself after running your SOAtest tests to extract test result data from the SOAtest XML report and use that data in some special way. It sounds like you want the latter.
By "extent reports" I am guessing you are referring to the Extent Reporting Framework. I don't have any example java code that extracts values from the SOAtest XML report and feeds that test data into the Extent Reports API. However, this sounds very feasible. If anyone has done this then I'd encourage them to share what they did here on the forum!
1