美文网首页工作生活
JMeter脚本开发之BeanShell Assertion

JMeter脚本开发之BeanShell Assertion

作者: 猿二胖 | 来源:发表于2019-07-03 12:09 被阅读0次
    一、简介

    断言组件用来对服务器响应的数据做验证,BeanShell Assertion即通过BeanShell脚本处理分析服务器响应数据。

    二、参数设置

    Jmeter中BeanShell Assertion界面如下:

    • Reset bsh Interpreter before each call :是否重新构造Interpreter,即是否重新初始化
    • Parameters:BeanShell脚本中的变量初始化是可以在这里制定值。这里接受变量与字符串数组。如果是字符串数组两个元素之间用空格隔开
    • Script File:指定运行的BeanShell脚本
    • Script:可以直接编写BeanShell脚本。

    相关文章

      网友评论

        本文标题:JMeter脚本开发之BeanShell Assertion

        本文链接:https://www.haomeiwen.com/subject/durqhctx.html