Invoke Selenium IDE as a groovy script teststep in SoapUI
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
