Forum Discussion
groovyguy
8 years agoCommunity Hero
Since it's browser based, you could potentially use a Selenium driver in a groovy script and automate browsing to the webpage that way. It's been done and there's been a number of guides posted here on the forums and across the web. Here's a few examples:
https://gist.github.com/bensullivan/4631660
https://support.smartbear.com/readyapi/docs/testing/integrations/selenium/about.html
sanj
8 years agoSuper Contributor
I have done a few code of selenium using groovy.
The other option which may be better is to have all your libraries coded in java and have a groovy code running in READY API which calls these java libraries
Your selenium code can be done in java
I find this way its easier to reuse code for different tcs