ContributionsMost RecentMost LikesSolutionsScheduled soap ui test remote server Dear all, Situation: Trying to automatically run a soap UI testsuite on a remote server. However somehow the testsuite doesn't launch. I don't receive any errors or exceptions. Location: "C:\Program Files\SmartBear\SoapUI-5.2.1\bin\testrunner.bat" Arguments: -s"Map Mercury" -I C:\Program Files\SmartBear\SoapUI-5.2.1\MAP (Mercury)-soapui-project.xml Followed the information from : https://www.soapui.org/test-automation/running-functional-tests.html Any ideas? Re: Invoke Selenium IDE as a groovy script teststep in SoapUI Hello nmrao, Thank you for your reply. I wanted to post the stacktrace but instead of using Selenium IDE i now managed to use Selenium webdriver in a groovy test step. Selenium webdriver is more complicated but also more versatile and easier to integrate. My initial problem is solved. Regards, Willem Re: exported Selenium IDE test case as Groovy(Junit) getting err I got past this step by downloading the selenium java client driver jar and putting it in the extensions folder of soapUI. However after this i got stuck with the logger conflict. Your post has been unanswered since 2012, so i guess there are not many people trying to invoke Selenium IDE in SoapUI Invoke Selenium IDE as a groovy script teststep in SoapUI Hello everyone, At the moment i work a lot with Groovy scripts to feed the SOAP calls in SOAPui. I created some tests in Selenium IDE and exported these tests in groovy format. Currently, i'm struggling to invoke the Selenium IDE as a groovy testscript. What i have done: Downloaded the required jar files and added these as an extension in the bin folder of SOAPui The problem seems to be a conflict between the groovy logger and the built in logger. Has anyone on this board been able to invoke selenium IDE groovy in SOAPui? If so, do you have any pointers for me? Would be very grateful. Regards, Willem