2021年12月3日
摘要:
https://www.jianshu.com/p/c3ba4e3b2f0a
阅读全文
posted @ 2021-12-03 15:44
Da_luo
阅读(27)
推荐(0)
2021年11月11日
摘要:
ps -ef | grep job kill -9 kill -9 进程号 vim 文件 cat 文件 查看文件 find -name 文件名 whereis 文件名 cd 文件夹 chmod 777 文件 ls ls -al
阅读全文
posted @ 2021-11-11 17:09
Da_luo
阅读(18)
推荐(0)
摘要:
https://blog.csdn.net/qq_29503203/article/details/68492103 https://www.jianshu.com/p/3444ea70b6cb
阅读全文
posted @ 2021-11-11 17:01
Da_luo
阅读(8)
推荐(0)
2021年11月6日
摘要:
If no arguments are specified then collection starts from testpaths (if configured) or the current directory. Alternatively, command line arguments ca
阅读全文
posted @ 2021-11-06 16:47
Da_luo
阅读(41)
推荐(0)
摘要:
一、菜鸟教程: https://www.runoob.com/xpath/xpath-nodes.html 二、了解xpath XPath 是一门在 XML 文档中查找信息的语言。使用路径表达式来选取 XML 文档中的节点或节点集。节点是通过沿着路径 (path) 或者步 (steps) 来选取的。
阅读全文
posted @ 2021-11-06 12:42
Da_luo
阅读(36)
推荐(0)
摘要:
(venv) yuanyuanhe@yuanyuandeMacBook-Pro zs_ui % python -m unittest test.test_firstp.TestFirstp001.test_qrcode test 为执行命令时 ,文件路径下,即zs_ui 下的文件夹名 test_fi
阅读全文
posted @ 2021-11-06 11:42
Da_luo
阅读(30)
推荐(0)
2021年9月3日
摘要:
https://www.cnblogs.com/gisen_6/p/3708201.html (1)L4(23) (2)L8(27) (3)L9(34) (4)L12(211) (5)L16(45) (6)L25(56) (7)L8(4×24),即:L8(41×24) (8)L12(3×24),即:
阅读全文
posted @ 2021-09-03 15:42
Da_luo
阅读(1031)
推荐(0)
2021年8月17日
摘要:
一、Postman 对接口用例的管理使用:工作站(Workspace)- 用例集合 (Collection)- 用例(request) 的模式 二、Postman 的参数范围:global - collection - environment - data - local (一)、参数的应用范围:
阅读全文
posted @ 2021-08-17 11:39
Da_luo
阅读(109)
推荐(0)
2021年8月14日
摘要:
//该类获取采样结果import org.apache.jmeter.samplers.SampleResult;//该类可提取Json 中的数组import org.json.JSONArray; //该类可提取json 数据import org.json.JSONException; //该类可
阅读全文
posted @ 2021-08-14 12:15
Da_luo
阅读(91)
推荐(0)
2021年8月13日
摘要:
https://blog.csdn.net/u011037681/article/details/104611928 终端进入jmeter/bin 目录下 执行命令: ./jmeter -n -t /Users/yuanyuanhe/Desktop/jmeter/用户登录.jmx -l /Users
阅读全文
posted @ 2021-08-13 18:08
Da_luo
阅读(390)
推荐(0)