Forum Discussion
ChrisAdams
Champion Level 3
Hi Todd,
That's really interesting. I've used Selenium quite a bit using Java, but never thought of using it with ReadyApi.
In the context of a test case, where/how do you invoke the Appium test? Do you use a Groovy test step?
TNeuschwanger
2 years agoChampion Level 1
Hello ChrisAdams ,
Yep, the use of selenium and/or appium are from groovy test step(s). The whole testcase is just a bunch of groovy test steps that contain selenium or appium code with a properties test step to hold all the variables of the testcase that the test steps can use. I end up with some common test steps that correspond to a single page or single screen navigation that are invoked in sequence to get where I want to go in the application.
Regards,
Todd
Related Content
- 2 years ago
Recent Discussions
- 15 years ago