Setting up appium with eclipse for windows is very simple and this post further simplifies it. While Reading the post follow the instructions step by step and you will be ready with your setup.
Video Tutorial -
Video Tutorial -
1. Install Java Development Kit (JDK)-
The Java Software Development Kit (Java SDK or JDK) is an application created by Sun Microsystems to create and modify Java programs.To install that go to THIS LINK. Download the latest version of java and install it.
2. Setup Java Environmental Variable Path -
Go to to Start Menu and searach for 'Environmental variable' and click on it. Then Click on Environmental variable and add New System Variable with variable name as JAVA_HOME and classpath as your jdk path
3. Install Eclipse
Download Eclipse from This LINK .
Click on .exe file.
![]() |
Eclipse Installer |
Select Eclipse IDE for Java Developers option.
Then Accept the Terms and Conditions
Eclipse will be installed
4. Download and Install Appium sever
Download Appium Server from this Link
Click on .exe file.
Select Desktop Icon creation checkbox
Click on Install
Give the Path
Launch and check the Appium Sever
5. Download Selenium Client Jars
Download the selenium jars from HERE and unzip the folder. Remember to download selenium client for Java.
6. Download Appium Java Client
Download the selenium jars from HERE and unzip the folder.Remember to download appium client for Java.
7. Appium Setup in Eclipse
Create new project
Right click on the project click on Build Varient -> Add External Archieves -> Add all jars of selenium client folder and Java Client folder
Click on Add Libraries -> Junit and add Junit Library.
I Hope your are done with your Setup now. Sit back relax and start exploring appium tutorial for writing test cases.Please share your feedback in the comment section below and follow me on social media for latest post updated.
can you mention the jar files to add in build path or screen shots of jar files
ReplyDeleteHi , you need to add all the jar files which is mentioned in the post with download link.
DeleteRegards,
Anuja
Great Article. Thank you for sharing! Really an awesome post for every one.
DeleteProject Centers in Chennai
JavaScript Training in Chennai
Final Year Project Domains for IT
JavaScript Training in Chennai
Hi, iam getting error: cannot find module 'sprintf-js' when starting appuim 1.4.16.1 node server..can you help me this...
ReplyDeleteIn eclipse, you said create project. Did you mean any specific type of project like for example Maven project or Java type project?
ReplyDeleteAnd one mistake there: "Download Appium Server from this Link" --> But there is no link there. Can you update your post?
Any way, Good writing.
Hi,
DeleteThis for creating Java project and I have updated link to download appium server. Thanks for informing
Regards,
Anuja
Thanks Anuja
DeleteCan you provide some good Appium tutorial links according to your experience?
ReplyDeleteAmazing & Great informative blog,it gives very useful practical information to developer like me. Besides that Wisen has established as Best Java Online Training from India . or learn thru Online Training mode Hibernate Online Training . Nowadays Hibernate ORM has tons of job opportunities on various vertical industry. or learn thru JavaScript Online Training from India. Nowadays even JavaScript has tons of job opportunities on various vertical industry.
ReplyDeletePretty blog, so many ideas in a single site, thanks for the informative article, keep updating more article.
ReplyDeleteWebdesining course in chennai
Hi Anuja,
ReplyDeleteWhy don't we need to download node.js in this setup? I saw some sites suggest to download node.js first.
Thanks.
Hi Anuja,
ReplyDeleteThanks for your sharing your knowledge.
Can we create Maven project with testNG?