Skip to content

实战预习准备

需要初步掌握的内容

  1. Python3 程序开发, 已安装python allure report 插件,参考命令: pip install allure-pytest
  2. PyCharm 使用
  3. git与github 的配置与使用
  4. Allure Report测试报告输出
  5. Python + Selenium自动化测试程序开发 + 运行环境配置
  6. Appium + Python 自动化测试
  7. Jenkins 基础使用技巧
  8. 已在Jenkins上安装 Allure Report 插件

环境准备

  1. 已搭建 Jenkins Server
  2. Python + Request 运行环境
  3. Python + Selenium 运行环境
  4. Python + Appium 运行环境, 包括已搭建Appium Server 和 可运行的安卓模拟器或者实体机
  5. Android SDK环境

课堂项目工程

https://github.com/princeqjzh/iInterface_python https://github.com/princeqjzh/iSelenium_Python https://github.com/princeqjzh/iAppium_Python https://github.com/princeqjzh/AndroidSampleApp https://github.com/princeqjzh/iAppBVT_Python