zoukankan      html  css  js  c++  java
  • 【转载】JMeter学习(二十九)自动化badboy脚本开发技术

    一般人用badboy都是使用它的录制功能,其它badboy还是一款自动化的工具,它可以实现检查点、参数化、迭代、并发、报告、断点等功能。本文就这些功能简单介绍下。

    环境准备:

    下载地址:http://www.badboy.com.au/,下载后安装即可。

    工具:BadboyInstaller-2.2.exe

    一、检查点

    1、打开badboy,默认是录制状态,在地址栏中输入:http://http://www.sogou.com/,点击,如下图:

    2、在文本框中输入yangxia-test,点击搜索,如下图:

    3、选中文本"yangxia-test",点击Tools-Add Assertion For Selection,如下图:

    4、回放,点击Play All,如下图:

    二、参数化

    1、建立参数化列表

    2、在请求中替换${参数名称}

    检查点也设置为参数形式,如下图:

    设置迭代次数,点击"Step1"右健Properties,选择For each value of vari querytxt,如下图:

    3、中文中可能会有乱码,改下请求中的编码即可,若无就不必理会这步骤。将ie修改为gbk

    三、数据库参数化

    在Tools-Data Source中进行设置。根据需求自己去设置。

    注意:data source放到脚本最前端!原因:脚本按顺序执行。

    四、并发

    点击Tools-background Threads,在弹出框中设置

    五、报告

    在View-Report-Details Report,如下图:

    六、断点

    选择要设置断点的地方,点击”Toggle Break Point

  • 相关阅读:
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    Security and Cryptography in Python
    微信小程序TodoList
    C语言88案例-找出数列中的最大值和最小值
    C语言88案例-使用指针的指针输出字符串
  • 原文地址:https://www.cnblogs.com/xxxs/p/11763120.html
Copyright © 2011-2022 走看看