ContributionsMost RecentMost LikesSolutionsRe: How to Read/write the "log output" area from groovy script run Thank you ! How to Read/write the "log output" area from groovy script run I'm trying to find a way to read the value that comes out of log.info, i could see there are scripts to read the http log, error log etc., but not this. See attachment. Thanks in advance Java 8 upgrade impacts groovy - Ready API 1.9.0 - ODBC driver error Hi, After upgrading to the latest version of ready API (1.9.0) my existing scripts to fetch data from Excel stops working and i receive the below error Error Message Box: java.lang.NullPointerException: Cannot invoke method close() on null object Log : INFO:sun.jdbc.odbc.JdbcOdbcDriver On analyzing further i could get that Java 8 upgrade caused this and not sure how to fix this, if any faced this issue or any idea on how to use our existing groovy please let me know. Re: How do run all testsuites in XML in parallel with groovy ? Thanks for the help! Re: How do run all testsuites in XML in parallel with groovy ? Thanks also i'm trying to achieve this at test case level by the below code in setup script import com.eviware.soapui.model.testsuite.TestSuite TestSuite.TestSuiteRunType.PARALLEL but i cant make it to run, please correct me if i m missing anything here How to control a parallel test run? Handling a prerequisite run before the parallel execution start? Hi, I'm trying to control a parallel test run by handling a prerequisite test case run before the parallel execution start. Eg: Consider I've 3 test cases. Test Suite 1 - TC1 Test Suite 2 - TC2 and TC3 TC2 and TC3 has a prerequisite of TC1 to complete and i have my project setup property as import com.eviware.soapui.model.testsuite.TestSuite project.setRunType(TestSuite.TestSuiteRunType.PARALLEL) to have the execution to run parallel. So looking for a solution to handle a test case or test suite during parallel test execution. Thanks in advance for the help! Re: How do run all testsuites in XML in parallel with groovy ? Thanks so much , this helped me ! How do run all testsuites in XML in parallel with groovy ? Hi, I m looking for a solution to run all my test suites in parallel via groovy or events. As my objective is to limit my test execution time as sequential takes more time. Thanks in advance for the help. Solved