
jmeter
RPWEB
这个作者很懒,什么都没留下…
展开
-
jmeter获取日期时间
1、获取当前时间 ${__time(yyyy-MM-dd,)} 2、获取当前周周一时间 ${__javaScript((new Date()).getFullYear()+'-'+ ((new Date()).getMonth()+1<10?"0"+((new Date()).getMonth()+1):((new Date()).getMonth()+1)) + '-' +((((new Date()).getDate())-((new Date()).getDay()==0?7:(new原创 2020-06-22 11:07:14 · 1721 阅读 · 0 评论 -
jmeter-beanshell postprocessor中报Error invoking bsh method
2019-12-12 10:25:10,292 ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: ``String sessionId1=bsh.args[0]; ; log.info(“sessionId1:”+sessionId1); ...原创 2019-12-12 10:34:01 · 1051 阅读 · 0 评论