Forum Discussion
- nmraoChampion Level 3SoapUI and Selenium are two separate softwares. And do you find any where that SoapUI is compatible with any of Selenium version? I believe not.
Since you need it, try to find the compatible versions.- rupert_andersonValued Contributor
Hi,
As you say, for Selenium 3.x, I seem to remember there being multiple dependency issues when I tried it.
In terms of Selenium 2.5, I seem to remember getting that working from a Groovy TestStep, at least on my Mac:
However, an alternative approach, which I ultimately found cleaner, is to run the Selenium script via an external Python script. It avoids any classpath / dependency issues - maybe see if this is an option for your case:
Regards,
Rupert
- rich-petersNew ContributorHi,
thanks for the response. It seems like a good idea to separate the jvms via the python script that then executes selenium. The downside is that you can not use the soapUI setup/teardown test suite scripts to do any real setup, since you are launching a new jvm each time
Related Content
- 2 years ago
Recent Discussions
- 12 hours ago