Bytes ----------------------------------------------------------------------------------------------------
Environment
Badboy version 2.1.1
Apache JMeter-2.11 (requires JDK environment to run)
Bytes ----------------------------------------------------------------------------------------------------
Jmeter recording scripts can be used in multiple ways. The most common method is to use a third-party tool Badboy for recording. In addition, jmeter's own settings (HTTP Proxy Server + IE browser settings) are used for recording scripts, however, many scripts are recorded in this method, which are messy and not liked by individuals. Generally, Badboy is used for recording. Next we will introduce this method for recording.
Badboy is a good web automated testing tool that can be used to record scripts, and the recorded scripts can be directly saved as jmeter files for use.
1. Open the people Badboy tool, click the Red Circle button on the work bar, and enter the address of the project to be tested in the address bar.
After recording, click the black button next to the toolbar to finish recording.
2. Select "file" -- export to jmeter...
3. Open the jmeter tool, select "file" --> "open", select the saved file (. JMX type), and import the file.
Jmeter basic (ii) recording script