Home » Articles posted by code2test.com (Page 7)

Author Archives: code2test.com

Newly Updated Posts

Related Topics

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 →

Setup Android Environment Variables

How to Setup Android Environment Variables on Window machine? Once you have installed the SDK Package, Now you have to setup Android Environmental path to your system variable. Steps to Setup Android Environment Variables are below: Step 1) Copy the Android SDK path of your folder, placed on your local system. Step 2) Now right […]

Continue Reading →

HashMap: Multiple Values under one key

In this tutorial learn how to put multiple values in single Key in HashMap. Code: Consider above code for adding multiple values in single key in hashmap Further topics on selenium, navigate to link

Continue Reading →

Install Android SDK Package

In the previous tutorial we have learned Download Android SDK on window, now will install Android SDK package. How to Install Android SDK ? To setup Android SDK , we need to open Android SDK manager and download the packages. Follow the below steps to setup SDK Package. Step 1) Open Cmd Prompt or Command […]

Continue Reading →