Launch Eclipse and right-click on Package Explorer. Then select a new Java Project. Enter a project name and click finish. Once the project is created, add a folder to the project, for the project dependency files [Selenium Standalone] and [Appium Client Library] which you have downloaded.
Read moreHow do I run Appium tests?
In order to run Appium tests, one must specify the desired capabilities.
Read moreIs Appium tool or framework?
What is Appium? Appium is an open-source framework that allows QAs to conduct automated app testing on different platforms like Android, iOS, and Windows. It automates testing for: Native Mobile Applications that are written using iOS, Android, or Windows SDKs.
Read moreHow do you write a test script in Appium?
Launch Eclipse and right-click on Package Explorer. Then select a new Java Project. Enter a project name and click finish. Once the project is created, add a folder to the project, for the project dependency files [Selenium Standalone] and [Appium Client Library] which you have downloaded.
Read moreHow do I start an Appium test?
Prerequisites to use Appium
Read more