摘要: 1、根据css获取选择器对应值(返回是html形式) 2、json path tester 3、regEXp tester正则表达式 4、xpath tester 阅读全文
posted @ 2020-04-24 16:14 果糖小块 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1、pip uninstall pytest-allure-adaptor 2、pip install allure-pytest 3、搞定 快去吃饭吧 阅读全文
posted @ 2020-04-18 17:16 果糖小块 阅读(3965) 评论(0) 推荐(1) 编辑
摘要: 用例设计题。 用例设计题的方法离不开这4大方法:等价类、边界值、错误推测法、场景法。 阅读全文
posted @ 2020-04-15 15:42 果糖小块 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 1、pytest可以根据标签自动设别测试用例 2、断言简洁 assert+表达式,而unittest需调用内部函数,如assertEqual 3、pytest可设置会话级、模块级、类级、函数级的fixtures,即用yield分割:数据准备和数据清理工作(前置后置) 4、pytest有多种插件可以集 阅读全文
posted @ 2020-04-15 15:38 果糖小块 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 说出5个以上 Linux 命令(注重考察性能测试监控常用命令?)答:cd、ls、grep(grep test *file )、mkdir、pwd、ping等等,重要是性能测试常用监控命令:netstat 、top 、Nmon 、dstat、ulimit、vmstat 、tcpdump、free 、l 阅读全文
posted @ 2020-04-02 19:47 果糖小块 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 1、delete from table where ..... 2、insert into table where (字段1,字段2) values (对应值1,对应值2) 3、select row_count();:返回前一个SQL进行UPDATE,DELETE,INSERT操作所影响的行数。 4 阅读全文
posted @ 2020-04-02 11:30 果糖小块 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1、ctrl+F 浏览器的Element工作台出现xpath调试框 2、ctrl+shift+C 鼠标定位在element工作台全程按住,之后再将鼠标移到下拉列表中的某项松开,出现该项对应的编码 阅读全文
posted @ 2020-03-19 10:15 果糖小块 阅读(375) 评论(0) 推荐(0) 编辑
摘要: Chrome浏览器中,xpath_helper插件的安装方法和使用方式。(内附安装包地址) 阅读全文
posted @ 2020-03-15 17:57 果糖小块 阅读(1498) 评论(0) 推荐(0) 编辑
摘要: 用反射机制和pandas,实现excel数据的读取以及参数化${arg}的赋值 阅读全文
posted @ 2020-03-13 12:44 果糖小块 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Jenkins首次安装步骤 阅读全文
posted @ 2020-03-10 18:40 果糖小块 阅读(310) 评论(0) 推荐(0) 编辑