ContributionsMost RecentMost LikesSolutionsRe: Write SoapUI Pro testsuite output to a database?I have same requirement to log SecurePro test result in own dashboard (report portal.io) Where we need to store test results in junit result xml file. Is there any way to store test results in junit xml format.Security test is failing with error. : [Cross Site Scripting] Request 10 - FAILED: took 27 second Hi My security test is failing with Error: [exec] 04:42:43,656 INFO [SoapUIProSecurityTestRunner] Cross Site Scripting - [Cross Site Scripting] Request 10 - FAILED: took 27 ms How to reset or edit response time assertion ? Regards, Arvind Secure pro generating log for each security test while running test on suite level Hi my setup: Created 1 test suite which is having 6 test cases each test case have 1 security test my build file: <target name="run-securepro" depends="check-securepro"> <property name="xml_path" value="${xml_path}" /> --> <property name="log_path" value="${log_path}" /> --> <property name="suite_name" value="${suite-name}" /> --> <exec executable="${securitytestrunner.cmd}"> <arg value="-s" /> <arg value="${suite_name}" /> <arg value="-rajf" /> <arg path="${log_path}" /> --> <!--<arg value="-oRTestCase Report"/> <arg value="-FHTML"/>--> <arg value="-EDefault environment" /> <arg value="${xml_path}" /> </exec> </target> my command string to run security test SecurityTestRunner.sh -Dsuite-name = suite1 -Dlog_path= /opt/ -Dxml_path=/opt/test/securitytest.xml test is running successfully after run its creates 6 log files (for each test ) and 6 xml files My Requirement: We require a composite i test log on suite level execution 1 log for each run Regards, Arvind