摘要: Java集合遍历 List遍历和Set类型遍历、 点击查看代码 public class Main { public static void main(String[] args) { // List集合的遍历 listTest(); // Set集合的遍历 setTest(); } private 阅读全文
posted @ 2024-03-17 01:08 moon4 阅读(35) 评论(0) 推荐(0)
摘要: httprunner3.x全网最详细教程 - 竹狼 - 博客园 (cnblogs.com) 上海-悠悠 1、安装 python 3.7.1 pip -v 版本为10.0.1 pip install httprunner pip show pytest 版本为5,4,3 将pytest-matedat 阅读全文
posted @ 2024-01-21 14:27 moon4 阅读(29) 评论(0) 推荐(0)
摘要: 点击查看代码 # 查看镜像配置 pip3 config list # 设置镜像配置 pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host m 阅读全文
posted @ 2024-01-21 13:18 moon4 阅读(400) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-01-20 23:48 moon4 阅读(6) 评论(0) 推荐(0)
摘要: 性能监控(cpu 内存 磁盘 网络) 性能监控命令 uptime:显示系统平均负载以及系统启动时间查看CPU mpstat查看内存 vmstat 1 5 每秒刷新一次 刷5次查看磁盘 io iostat -x 1 5 查看网络 iftop查看进程资源占用 pidstat 1 5 常见Linux命令 阅读全文
posted @ 2024-01-20 23:48 moon4 阅读(25) 评论(0) 推荐(0)
摘要: 用例设计 ui设计 错别字 点赞或者评论弹框长度和宽度颜色是否符合产品要求 兼容性测试 web程序用不同浏览器 手机用不同品牌类型测 ui展示问题,发红包私聊评论是不是兼容不同设备 网络测试 弱网 无网 4g 5g是否正常 无网是都提示 有用过fiddler模拟弱网场景 安全测试 报文传输,看看日志 阅读全文
posted @ 2024-01-20 23:27 moon4 阅读(18) 评论(0) 推荐(0)
摘要: Request 发起接口请求Unnitest框架 管理测试用例ddt 数据驱动openpyxl 读取excellogging 打印执行日志beautifulreport 生成测试报告pymysql 操作数据库jenkins 自动定时构建 自动发送邮件 阅读全文
posted @ 2024-01-20 23:27 moon4 阅读(27) 评论(0) 推荐(0)