会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张缤分
上一页
1
2
3
4
5
6
···
47
下一页
2022年4月11日
Jmeter+Ant 显示断言信息在报告中
摘要: 在 C:\Tools\apache-jmeter-5.4.3\extras\jmeter-results-report_21.xsl 中找到这句:<td><xsl:value-of select="assertionResult/failureMessage" /></td> 修改为: <td> <
阅读全文
posted @ 2022-04-11 15:21 张缤分
阅读(50)
评论(0)
推荐(0)
Jmeter+Ant 怎么在build.xml文件中获取到操作系统的环境变量
摘要: <property environment="env"/> <property name="JMeter.home" value="${env.JMETER_HOME}"/>
阅读全文
posted @ 2022-04-11 15:15 张缤分
阅读(90)
评论(0)
推荐(0)
2022年4月1日
Jmeter+Ant生成结果报告时,MinTime、MaxTime显示NaN的问题
摘要: Jmeter+Ant生成结果报告时,MinTime、MaxTime显示NaN,如下图: 解决办法:JMeter 根目录中找到lib下的serializer-2.7.2.jar、xalan-2.7.2.jar,复制到ant的lib中即可!
阅读全文
posted @ 2022-04-01 14:46 张缤分
阅读(109)
评论(0)
推荐(0)
2022年3月25日
【JMeter】通过Ant执行生成报告时报错Character reference "&#
摘要: 原因:是因为API返回的报文里还有特殊字符&# 解决办法: 修改jmeter.properties jmeter.save.saveservice.response_data=false jmeter.save.saveservice.response_data.on_error=false
阅读全文
posted @ 2022-03-25 07:16 张缤分
阅读(593)
评论(0)
推荐(0)
2022年3月20日
【Java】TestNG Automation测试工程如何打断点调试依赖jar包(AutomatioinBase)的源代码
摘要: 1.将Automation测试工程和AutomationBase工程都import到Eclipse 2.设置 Debug Configurations... 设置要调试的Class入口 3.在Base工程里改代码,打断点,Maven Install,不需要其他的操作了,接下来开始快乐的调试之旅吧 4
阅读全文
posted @ 2022-03-20 10:20 张缤分
阅读(144)
评论(0)
推荐(0)
2022年2月11日
Notepad++去掉每行某个字符串前面的字符,删除重复行
摘要: 去掉每行某个字符串前面的字符 删除S 之前的所有字符用:^.*s 删除S 之后的所有字符用:s.*$ 原始数据(省略一万行) Line 30: 2022-02-11 13:54:31.580 [TestNG-test=Regression-1] INFO c.m.a.d.u.o.LooseyJSON
阅读全文
posted @ 2022-02-11 14:10 张缤分
阅读(4537)
评论(0)
推荐(0)
2022年2月7日
Git拉取代码失败,报SSL certificate的错误
摘要: Git拉取代码失败,报SSL certificate的错误 fatal: unable to access '******': SSL certificate problem: unable to get local issuer certificate 原因:是防火墙禁止了 解决办法(Win10)
阅读全文
posted @ 2022-02-07 11:22 张缤分
阅读(657)
评论(0)
推荐(0)
2021年12月20日
How to wait for any one of the two element to appear on the screen?
摘要: https://stackoverflow.com/questions/49946728/puppeteer-waitforselector-on-multiple-selectors
阅读全文
posted @ 2021-12-20 11:34 张缤分
阅读(13)
评论(0)
推荐(0)
2021年12月14日
eclipse java maven testng The import org.testng cannot be resolved
摘要: eclipse java maven testng The import org.testng cannot be resolved 需要在eclipse的maven 项目里加上TestNG的library
阅读全文
posted @ 2021-12-14 17:12 张缤分
阅读(89)
评论(0)
推荐(0)
Maven项目打包出现:No compiler is provided in this environment. Perhaps you are running on a JRE rather than JDK
摘要: https://blog.csdn.net/qq_43344109/article/details/105404728 Maven项目打包时出现以下错误:原因是没有配置成jdk目录 解决步骤: 找到本机JDK所在路径,如果不知道,可以win键+R输入cmd,打开输入指令java -verbose查看
阅读全文
posted @ 2021-12-14 13:09 张缤分
阅读(188)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
47
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告