书籍目录
首页
分类
免费
排行
我的书架
1-50章
51-100章
101-104章
共104章
免费
版权信息
免费
内容提要
免费
前言
免费
资源与支持
免费
第1章 自动化测试简介
免费
1.1 当前软件测试的趋势
免费
1.2 测试金字塔模型
免费
1.3 自动化测试分层
免费
1.4 UI自动化测试流程
免费
1.5 测试质量评估
免费
第2章 Android基础知识
免费
2.1 移动设备操作系统概览
免费
2.2 App的类型与区别
免费
2.3 Android App测试框架概览
免费
第3章 搭建Android环境
免费
3.1 准备Java环境
3.2 准备Android SDK环境
3.3 安装Android模拟器
3.4 准备Python环境
3.5 安装PyCharm
3.6 Python虚拟环境
第4章 Android adb介绍
4.1 adb的工作原理
4.2 启动设备或模拟器调试
4.3 adb常用命令
第5章 monkey和monkeyrunner
5.1 monkey
5.2 monkeyrunner
第6章 Appium基础知识
6.1 Appium简介
6.2 Appium的组件及运行原理
6.3 Appium环境搭建
6.4 Desired Capability简介
6.5 第一个Appium脚本
6.6 Appium报错和解决方案
6.7 Appium终端基本操作
第7章 Appium之元素识别与定位
7.1 UI Automator Viewer工具
7.2 Appium Inspector工具
7.3 Appium元素定位方法概览
7.4 常规元素属性定位方法
7.5 通用元素定位方法
7.6 uiautomator元素定位方法
7.7 组元素定位方法
7.8 XPath定位
7.9 坐标单击
7.10 Lazy Ui Automator Viewer
第8章 Appium基本操作
8.1 元素的基本操作
8.2 元素的状态判断
×