应用程序配置-Windows

应用程序配置-Windows,windows,installation,automation,appium,Windows,Installation,Automation,Appium,我一直在尝试在我的电脑上配置Appium,参考在线教程和指南。但是,我找不到关于如何完成Appium设置以及如何测试应用程序的适当文档。 请指导我找到合适的解决方案。windows上的Appium安装过程 1.download and install appium.exe 2.eclipse with android config and selenium+ java 1.46 jar file with testng 6.8.5 frame work get installed 3. ins

我一直在尝试在我的电脑上配置Appium,参考在线教程和指南。但是,我找不到关于如何完成Appium设置以及如何测试应用程序的适当文档。
请指导我找到合适的解决方案。

windows上的Appium安装过程

1.download and install appium.exe 
2.eclipse with android config and selenium+ java 1.46 jar file with testng 6.8.5 frame work get installed
3. install additional jar file java client.jar version 2.1.0  include in your testing project.
4.in appium general setting provide server address and port number and use the same in source code.
5.write the script with help of webdriver and java code , connect appium by setting capability in source code.
6. if you are using android application debugging mode should be on while deploying to test.
7.click on appium.exe file
8. press the play button 
9.run java file as testng framework.
10.if you are running on emulator it should be open for device it should be connected to the system.