JMeter recording scripts with Badboy tools
Simple parameter modification
The first step is to record the scene first:
A. Start recording, open the browser www.sogou.com
B. Enter the text "Badboy" in the input box
C. Enter to turn off recording.
See, find Variables panel, right mouse button in the margin, click "Add Variables ..."
Enter the variable name, and the value of the variable, which can be multiple
Click OK
modifying parameters using Variables
Add an assertion, select where you want to assert, point Tools->add assertion for Selection
Modify the argument variable of the assertion, where the asserted value is also the variable of the search, which can be re-added according to the project requirement
To prevent the characters from being garbled when they run, we change the UTF8 to GBK
To modify the number of times the script executes, we choose to loop the value added when the variable was just defined.
OK, done, choose all run Try it!
Badboy Recording Script parameterization