参考链接
Appium 框架结构
Appium环境搭建
- nodejs ,npm
- appium Desktop
- appium Server
- appium python client
- Android:
SDK → java 环境 - iOS:
libimobiledevice , ideviceinstaller
Appium Inspector脚本录制
Appium 元素定位
- Id 定位(优先级最高)
- Name 定位 (1.5之前的版本,1.5版本之后 废弃)
- XPath 定位(速度慢,最灵活)
- Accessibility ID 定位 (content-desc 属性)
- Uiautomator 定位(速度快,语法复杂)
企业微信实战
- 编写测试用例:添加联系人功能
课后作业
- 1、编写测试用例:添加联系人
- 2、编写测试用例:删除联系人