2021年2月15日

模块24 测试框架设计思想【进阶】

摘要: 阅读全文

posted @ 2021-02-15 14:37 Cc01 阅读(14) 评论(0) 推荐(0) 编辑

11

摘要: 111 阅读全文

posted @ 2021-02-15 14:23 Cc01 阅读(19) 评论(0) 推荐(0) 编辑

11

摘要: 111 阅读全文

posted @ 2021-02-15 10:43 Cc01 阅读(21) 评论(0) 推荐(0) 编辑

模块十二 数据驱动

摘要: 111 阅读全文

posted @ 2021-02-15 10:40 Cc01 阅读(6) 评论(0) 推荐(0) 编辑

模块十一 参数化用例

摘要: 1111 阅读全文

posted @ 2021-02-15 10:37 Cc01 阅读(28) 评论(0) 推荐(0) 编辑

888

摘要: 00 阅读全文

posted @ 2021-02-15 10:36 Cc01 阅读(37) 评论(0) 推荐(0) 编辑

模块十 属性获取与断言

摘要: 00 阅读全文

posted @ 2021-02-15 10:35 Cc01 阅读(30) 评论(0) 推荐(0) 编辑

模块九 特殊控件Toast识别

摘要: 0 获取当前页面的acctivity的名字 阅读全文

posted @ 2021-02-15 10:34 Cc01 阅读(24) 评论(0) 推荐(0) 编辑

模块八 显示等待机制

摘要: 0 阅读全文

posted @ 2021-02-15 10:32 Cc01 阅读(37) 评论(0) 推荐(0) 编辑

模块七 高级定位技巧

摘要: 999 https://www.w3school.com.cn/xpath/xpath_syntax.asp 语法介绍: import pytest from appium import webdriver from time import sleep from appium.webdriver.c 阅读全文

posted @ 2021-02-15 10:30 Cc01 阅读(54) 评论(0) 推荐(0) 编辑

模块六 触屏操作自动化

摘要: 1111 Actions 官方文档https://selenium-python.readthedocs.io/api.html 3ActionChains:执行PC端的鼠标点击,双击,右键,拖拽等事件TouchActions:模拟PC和移动端的点击,滑动,拖拽,多点触控等多种手势操作 TouchA 阅读全文

posted @ 2021-02-15 10:27 Cc01 阅读(34) 评论(0) 推荐(0) 编辑

模块五 App控件交互

摘要: 】 import pytest from appium import webdriver from time import sleep class TestDw(): def setup(self): desire_cap = {} desire_cap['platformName'] = 'and 阅读全文

posted @ 2021-02-15 10:23 Cc01 阅读(30) 评论(0) 推荐(0) 编辑

导航