This document provides steps to set up mobile test automation using Appium from scratch. It describes downloading and installing Android Studio, Node.js, Appium server, and a sample banking app. It also explains setting up an Eclipse project with the Selenium dependency and writing a simple test script to launch the banking app on a connected Android device using Appium. The test script is run using TestNG.