alibaba82
18 years agoSuper Contributor
Error with report generation
Hello,
I am using luntbuild to automate my testing process. I have defined various command builders to be used in a schedule. A typical command build will look like this.
cmd.exe /C testrunner.bat "C:\Workspace\Automation\soapUI_Scripts\Phase2.5\Integration_Environment\UserProfileService\UserProfileService_Reorganzied-soapui-project.xml" -f"${build.artifactsDir}\UserProfileService" -j
all the results will be written to some directory. After all the results are done, I parse through the 'report.xml' file that soapui generates and calculate various stats and send out an email. My code basically iterates through all the testsuites elements and calculates pass% bass the different attributes in the testsuite element.
The issue is that sometimes this report.xml does not get written correctly (please see the attachment in your email) which inturn causes problems with my calculations. I am trying to figure out why does this happen.
Thanks
Ali
I am sending the incorrect report.xml and the buildlog from luntbuild.
I am using luntbuild to automate my testing process. I have defined various command builders to be used in a schedule. A typical command build will look like this.
cmd.exe /C testrunner.bat "C:\Workspace\Automation\soapUI_Scripts\Phase2.5\Integration_Environment\UserProfileService\UserProfileService_Reorganzied-soapui-project.xml" -f"${build.artifactsDir}\UserProfileService" -j
all the results will be written to some directory. After all the results are done, I parse through the 'report.xml' file that soapui generates and calculate various stats and send out an email. My code basically iterates through all the testsuites elements and calculates pass% bass the different attributes in the testsuite element.
The issue is that sometimes this report.xml does not get written correctly (please see the attachment in your email) which inturn causes problems with my calculations. I am trying to figure out why does this happen.
Thanks
Ali
I am sending the incorrect report.xml and the buildlog from luntbuild.