<<Previous Post <<Complete Tutorial>> Next Post>> In the previous article, I have explained how to Install node.js and npm. In this article, I am going to explain how to configure the environment variables for node.js and npm in your machine. Let’s get started. Appium – Configuring node.js and npm node.js is…
<<Previous Post <<Complete Tutorial>> Next Post>> In order to execute our Appium Test Automation scripts on the desired Android Emulator or Android device, we need to enable the debugging mode in these emulators/devices before hand. In simple words, Appium Test Automation scripts won’t be executed on the android devices or emulators…
<<Previous Post <<Complete Tutorial>> Next Post>> What is Appium Doctor? Appium Doctor can be used to check whether all the prerequisites/dependencies/installations required for installing Appium are met. Hence, before installing Appium, we will install Appium Doctor to check whether the prerequisites or other configurations are set properly. In this article, I…
<<Previous Post <<Complete Tutorial>> Next Post>> In order to install Appium, we need to first install node.js and npm. When we install node.js, npm will get installed automatically. Hence no need to install npm separately. In this article, I am going to explain the step by step process for installing node.js.…
<<Previous Post <<Complete Tutorial>> Next Post>> In this article, I am going to explain the different Emulator Options that we generally see after launching an Emulator. Pre-requisite: Launch Andriod Emulator from the command prompt (Click here for the step by step process of launching the Emulator from command prompt) Appium –…
<<Previous Post <<Complete Tutorial>> Next Post>> In this article, I will be explaining ‘How to configure Emulator in Android Studio’ in a step by step manner. Pre-requisites: Android Studio should be installed and launched (Click here for step by step instructions for installing Android Studio). Ignore, if you already have Android…
<<Previous Post <<Complete Tutorial>> Next Post>> After installing and configuring Android Studio as explained in the previous posts, we can launch it by following any of the below steps: Appium – Launching Android Studio Follow the below steps for launching Android Studio: 1) After the Android Studio is installed, a folder…
<<Previous Post <<Complete Tutorial>> Next Post>> After installing Android Studio as explained in the previous post, you can configure it before proceeding with the further steps. Appium – Configuring Android Studio Follow the below steps for configuring Andriod Studio in Windows machine: 1) After the Android Studio is installed, ‘Sdk’ folder…
<<Previous Post <<Complete Tutorial>> Next Post>> As mentioned before, I will be using Java programming language for creating the Appium Automation scripts in this tutorial, we need to install Java and configure it in our machines. Lets get started! Appium – Installing and Configuring Java Follow the below steps for installing…
<<Previous Post <<Complete Tutorial>> Next Post>> Appium Architecture Appium works on simple Client Server Architecture (as shown below) and it uses https protocol for communication between your automation code and the mobile device: Let me explain the Appium Client Server Architecture in a detailed and step by step manner. Follow the…