Create Appium tests targeting IOS Simulator
Create Appium tests targeting IOS
Simulator:-
Steps to Creating appium tests for your simulator
1. Install the . app file on your
Xcode simulator
2.Get the .App path
3.You need to have selenium libraries
to write the appium tests as appium used the Web driver interface
4.Open eclipse and write the following
code. As same as your selenium web driver web tests
5.Start your appium from terminal
using appium &
Note: Object id's that i have used in
the below snapshot might be different for UICatelog application. please change
them accordingly.
Comments
Post a Comment