Last updated on June 18th, 2025 at 05:15 am
- Java JDK and set JAVA_HOME. VIEW DETAIL
- Android SDK(API Level >= 17)(VIEW DETAIL) and set ANDROID_HOME(VIEW DETAIL).
- Microsoft .Net Framework, Node JS and PDANet+ for Android(optional). VIEW DETAIL.
- Also you need other software, client libraries and jar files like Eclipse IDE with testng installed, Selenium Server JAR, Webdriver Language Binding Library, APPIUM for Windows.
3. : Appium is cross platform or platform independent?
Answer : Appium is cross platform software automation testing tool. You can write software automation tests for multiple platforms like Android, IOS using same API of Appium.
4. : What is main advantage of cross platform support of Appium?
Answer : Using cross platform support of Appium, You can reduce your software automation test-suite’s code size as you can reuse code between Android and IOS test-suites.
5. : In which language appium is written?
Answer : Appium server is written in Node.js. You can install it directly from Node Package Manager(NPM) or you can build and install it from source.