April 2015
Intermediate to advanced
188 pages
3h 39m
English
We'll now look at how we can create emulators and simulators, starting with an iOS simulator and then move on to an Android simulator.
We don't need to create a simulator for Mac; it already comes with Xcode under developer tools. When you start the Appium server for the first time, it will prompt you to authorize the use of Instruments, or if you are running it from npm, run sudo authorize_ios to work with the simulator.
There are two ways to create an AVD for testing android apps:
Let's create AVD using the command line, as follows:
android list targets; this will generate a ...Read now
Unlock full access