Sunday, December 1, 2013

Create Appium tests targetting IOS Simulator

Creating 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


1 comment: