ContributionsMost RecentMost LikesSolutionsHide TestRunner outputHi, I am calling testRunner.sh in a bash script. Is there a way to hide the output of the TestRunner as it executes? I just want to show the log file that I generated in the Tear Down of my TestSuite.Re: Missing SoapUI Project file.. in Testrunner.batHi, I was trying out soapui pro 4.5.1 ang getting this "Missing soapUI project file..". Is this a known defect for PRO trial version? Thanks heaps!Re: xml datasourcei fixed it. my XML input file has an error.xml datasourceHi, I am SOAPUI newbie and trying Pro. I have an xml that looks like <person> <name>Lander</name> <age>1</age> </person> Here is my teststeps 1. Groovy Datasource (following section 2. Implementing Groovy DataSources) http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#2-1-implementing-groovy-datasources-and-datasinks. I have also created the property "allData". I used this approach since the location of the folder datasource is parametarized. 2. Groovy Datasource - XML. DataSource: XML Source Property: Groovy Datasource Created parameter propName, and propAge. When I clicked on "Select" got an error "Failed to select XPath for row property value". I do not know now what to place in the Row XPath and the Column XPath 3. SOAP Request. I have fields in the SOAP Request that is referenced to the Groovy Datasource - XML e.g. <com:name>${Groovy DataSource - XML#propName}</com:name> Thanks in advance.