Appium is mobile automation testing tool and it works for native, web and hybrid applications testing. Appium is open source mobile automation testing tool and one of the most famous mobile automation testing tools and it works with multiple platforms like “ IOS, Android”. It allows to execute test script on real device and virtual device also. It interact with IOS and Android app to execute test script using Selenium Web Driver.
Need to Set up Appium with Eclipse on Windows:-
- Java Development Kit (JDK)
- Eclipse IDE
- NodeJS
- Microsoft .net Framework
- Android SDK
- Android SDK Packages
- ADB on Windows
- Need to Set Up Android Environment Variable
- Appium Desktop Client
Appium Installation
Go to link “here”
Click For Download Link
For now we have installed it for Windows
Once it is downloaded then run the set up file and launch it. See it is launched
Great, Process is done now create your script.
For a script example please read ” http://qatestingtips.com/appium-test-script-real-device-tips/ “