APPIUM Configuration Setup

Download Java and set Java_Home in environmental Variable

Download and Install latest version of JAVA by navigating to the url: https://www.oracle.com/java/technologies/downloads/

Download Java jdk compatible for your operating system.



Set Java_Home in environmental Variable

Go to your C drive > Program Files > Java > Jdk Path

Navigate to System Properties & Open Environment Variables

Add JAVA_HOME with the jdk path





Set Java_Home in environmental Variable

Go to your C drive > Program Files > Java >Jdk > bin directory

 


   Navigate to System Properties & Open Environment Variables

Goto Path > Open and add the java bin path


Download Android Studio

You can download the latest version for Android Studio for the Link : https://developer.android.com/studio

Download & Install Android Studio

Navigate to the path Android SDK and add ANDROID_HOME & add the path of sdk


 Go to Sdk > tools > bin - copy this entire location and add it in PATH of Environment Variable



Go to Sdk > tools - copy this entire location and add it in PATH of Environment Variable


Go to Sdk > platform-tools - copy this entire location and add it in PATH of Environment Variable


So there are 4 System Variables you have to mention

Ie : Android_HOME, platform-tools, tools & bin


Download Node.js

To Download go to Link : https://nodejs.org/en/download/



 Go to directory of Nodejs and

Set Environmental Variable Path


 Set NODE_HOME in Environmental Path


Go to npm > bin directory and add it in Environment Variable PATH


 Download Appium Java Client Library

https://appium.io/downloads.html

Appium Clients
There are client libraries (in Java, Ruby, Python, PHP, JavaScript, and C#) which support Appium's extensions to the WebDriver protocol. When using Appium, you want to use these client libraries instead of your regular WebDriver client.

The jar which support your language is called Appium Java Client Jars.


Appium Desktop
There is a GUI wrapper around the Appium server that can be downloaded for any platform. It comes bundled with everything required to run the Appium server, so you don't need to worry about Node. It also comes with an Inspector, which enables you to check out the hierarchy of your app. This can come in handy when writing tests.

Download Eclipse IDE

You can download the latest version of Eclipse IDE available on the Eclipse download link : https://www.eclipse.org/downloads/





After download navigate to the path of eclipse and Open eclipse.


Download the Selenium Java Client Driver

Go to link: http://seleniumhq.org/download/

You will find client drivers for other languages there, but only choose the one for Java.





Comments

Popular posts from this blog

Appium Architecture for iOS

An Introduction to APPIUM

APPIUM Architecture for Android