Forum Discussion

testkeesman's avatar
testkeesman
New Contributor
9 years ago

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

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    "conflict between the groovy logger and the built in logger" - is cryptic. Welcome more details.
    • testkeesman's avatar
      testkeesman
      New Contributor

      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