Home » appium-tutorial (Page 2)

Category Archives: appium-tutorial

Newly Updated Posts

Related Topics

Mobile Application Command

In previous topic we have discussed Identify Element Using UIAutomatorViewer, in this topic we will discuss Appium Mobile Application command. What are Mobile Application Commands in Appium? Those commands which helps in riding and controls the mobile application in terms of installation, launch, perform multiple activity etc with in application is refereed to as mobile […]

Continue Reading →

Identify Element Using UIAutomatorViewer

Previous topic, In this tutorial we will learn locate or Identify Element Using UIAutomatorViewer. Let discuss in depth. Why and how to check device connectivity? In initial step, connect your mobile device with local system or computer and check your device connectivity. This can be done by two ways: First way is go to open […]

Continue Reading →

First Appium Test to Launch Flipkart

Previous Topic, In this tutorial we will learn to write our First Appium Test to Launch Flipkart. How to write First Appium Test to Launch Flipkart? Before writing script , we need to launch Appium server first, below are the steps to launch server. Step 1) Open the Appium server. Let keep the host=”0.0.0.0″ and […]

Continue Reading →

Download Appium client library

After Installing PdaNet for Android device, now next step is to Download Appium client library for java. What is Appium client library? Appium client library binds selenium library and it provides all the selenium commands along with additional libraries that have commands to control mobile devices. The commands which are capable to handle multi gesture,actions […]

Continue Reading →

Download and Install PdaNet for Android device

After enabling the developer option in Android device now next step is to Download and Install PdaNet for Android device. About PdaNet Pdanet helps your connect your phone internet with your computer. I works same as modem and helps to provide net connection to your system. Connection between system and android device can be provided […]

Continue Reading →

Enable developer mode Android Device

Once Downloading and installing Appium desktop client, now we have to turn on the USB Debugging option under Enable developer mode on Android Device. How to Enable developer mode on Android Device? Below are the step by step ways to setup. Step 1) Open your mobile home screen and search for setting icon and tap […]

Continue Reading →

Download And Install Appium Desktop Application

How to Download And Install Appium Desktop Application Download And Install Appium Desktop Application . Why to download Appium desktop application? After the installation of Microsoft .net framework next step is to download appium application Step to download and install Appium are below: Step 1) Click on Appium Website and select the link under Appium […]

Continue Reading →

Install Microsoft .net framework

How to Install Microsoft .net framework ? Why we install Microsoft .net framework, the reason is because to create a support to provide a framework that can help in interaction of Appium automation scripts with android. After the download and installation of NodeJs, now we have to Install Microsoft framework for the Mobile automation setup. […]

Continue Reading →

Download & Install Node JS

How to Download & Install Node JS? Once we done with the setup of ADT plugin now its time to move further for next step for Download & Install Node JS for window What is Node Js ? and how its use in Appium? Node Js is an open source environment for server. It uses […]

Continue Reading →

Setup eclipse ADT plugin

How to install and setup eclipse ADT plugin? After the setup of Android Environment variable, now its time to setup eclipse ADT Plugin. What is ADT and Use in Android Automation? Android Development Tool (ADT) is a plugin for the Eclipse IDE. ADT helps in providing the strong environment to integrate with android application development. […]

Continue Reading →