【发布时间】:2016-03-16 00:14:39
【问题描述】:
我一直在尝试在我的 PC 上配置 Appium,参考在线教程和指南。不过,我无法找到有关如何完成 Appium 设置以及如何测试应用程序的适当文档。 请指导我获得正确的解决方案。
【问题讨论】:
标签: windows installation automation appium
我一直在尝试在我的 PC 上配置 Appium,参考在线教程和指南。不过,我无法找到有关如何完成 Appium 设置以及如何测试应用程序的适当文档。 请指导我获得正确的解决方案。
【问题讨论】:
标签: windows installation automation 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.
【讨论】: