<<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…
Appium Interview Questions and Answers – Part 5 (10 Questions) Q1) What are the different types of element locators used by Appium? Answer: Appium supports all the locators that are supported by Selenium such as: > Class Name > ID > CSS Selectors > Name > XPath > Link Text > Partial Link Text > Tag…
<<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…
Appium Interview Questions and Answers – Part 4 (10 Questions) Q1) What are the different types of Mobile Browsers does Appium support? Answer: Appium supports the below two Mobile Browsers: > Chrome Browser in Android > Safari Browser in iOS > Appium can also automate Firefox Browser in Mobile. However we need to pass the…