会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
duthin
博客园
首页
新随笔
联系
订阅
管理
2022年8月
Request_execute.py
摘要: # -*- coding: UTF-8 -*-import tracebackimport pytest'''reference#https:\\v2.hrun.org\\development\\dev-api\\#http:\\testerhome.com\\opensource_project
阅读全文
posted @ 2022-08-04 17:06 duthin
阅读(88)
评论(0)
推荐(0)
2022年3月
批处理命令将文件夹下的txt文件中的内容写到excel中
摘要: 1.txt 内容: API项目x执行环境y自动化类型y执行人y执行结果y执行不通过用例编号y排错结果y最终执行通过率 保存txt文件时需要将编码格式修改为“ANSI”,否则汉字会变成乱码 批处理命令 bb.bat @echo offmd "result\" 2>nulrem 循环数据for /f "
阅读全文
posted @ 2022-03-11 17:07 duthin
阅读(547)
评论(0)
推荐(0)
公告