Forum Discussion
sridevihiranya
8 years agoOccasional Contributor
Tried the code given here - https://support.smartbear.com/readyapi/docs/testing/integrations/selenium/integrate.html
Get the following error : Could not initialize class org.openqa.selenium.json.Json
our requirement -
1. I have a system, which needs to be switched ON via web link(automated using selenium).
2. once the system comes online, I need to run API scripts.
3. after API scripts run, switch off the system via web.
4. As part of performance I need to keep repeat the above process multiple times.
Can I achieve the above requirement using ONLY readyAPI?
nmrao
8 years agoCommunity Hero
Yes, that should be quite possible. But, is your script working out side soapui (the web part)?