03 2019 档案

摘要:一、首先创建测试套件 # -*- coding:utf-8 -*-from __future__ import print_functionimport pytestimport allure class TestAppSuite(object): pass if __name__ == '__ma 阅读全文
posted @ 2019-03-29 17:15 jiguanghover 阅读(1272) 评论(0) 推荐(0) 编辑
摘要:问题一、AttributeError: module 'pytest' has no attribute 'allure'解决方法:pip3 uninstall pytest-allure-adaptorpip3 install allure-pytest 阅读全文
posted @ 2019-03-28 15:05 jiguanghover 阅读(271) 评论(0) 推荐(0) 编辑
摘要:最近难得有时间,整理一下目前常用的自动化测试框架的原理,在搬运工的基础上总结一下,便于理解; 1) Appium原理 Appium是 c/s模式的appium是基于 webdriver 协议添加对移动设备自化api扩展而成的webdriver 是基于 http协议的,第一连接会建立个 session 阅读全文
posted @ 2019-03-22 16:10 jiguanghover 阅读(1534) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示