SKoneru
13 years agoContributor
Custom JunitReports to report each entry in DD as a testcase
HI All,
I looked at the following article to understand how to write a custom report
http://blog.infostretch.com/customizing-soapui-reports
Also there is a plugin to hook the custom JunitReportCollector
https://github.com/redfish4ktc/maven-so ... it-reports
I am writing this custom report to integrate with Jenkins- Junit plugin.
I wrote a custom JunitReportCollector. I noticed that even when there are multiple entries in Data gird(where each entry should be treated as a separate testcase), all the test steps are displayed under one test case name. The testcase count also shows as 1. This is confusing.
I want the test case name to be displayed for each entry in the grid and also the total tests count to be incremented and should be equal to no:of entries in the grid.Is there a data source listener that I need to extend and override?
Any suggestions on how to achieve this will be great. I am stuck at this point.
I looked at the following article to understand how to write a custom report
http://blog.infostretch.com/customizing-soapui-reports
Also there is a plugin to hook the custom JunitReportCollector
https://github.com/redfish4ktc/maven-so ... it-reports
I am writing this custom report to integrate with Jenkins- Junit plugin.
I wrote a custom JunitReportCollector. I noticed that even when there are multiple entries in Data gird(where each entry should be treated as a separate testcase), all the test steps are displayed under one test case name. The testcase count also shows as 1. This is confusing.
I want the test case name to be displayed for each entry in the grid and also the total tests count to be incremented and should be equal to no:of entries in the grid.Is there a data source listener that I need to extend and override?
Any suggestions on how to achieve this will be great. I am stuck at this point.