

#Android emulator mac appium 1.5 setup how to#
In my mobile application testing training classes we do a demonstration of how to record Selenium tests using Firefox SeleniumIDE.

Future posts will demonstrate how to record similar tests with an Android app and then how to leverage Appium in the cloud to run tests across multiple devices and OS versions. In this post I will walk through how to use tools that come with Appium to record the basic steps of a functional test for a sample iOS application and then how to clean that code up and translate it into a JUnit test that can be run as part of an automated test suite. This is the first in a series of posts I plan to do as an introduction to the basics of Appium.
