In Linux using Jmeter To do performance testing requires 4 prerequisites, these 4 prerequisites have been mentioned in the previous document, repeat the deepening impression:
(1) locally installed Xshell reference securecrt-conversion key-xshell-Configuration service-Log in to a remote Linux server using Xshell
(2) Linux has a Java operating Environment Reference "jmeter-installation jdk-configuration Jmeter operating environment-is the premise of the use of Jmeter"
(3) in Linux installed Jmeter Reference "jmeter-installation Jmeter-install Jmeter in Linux environment-install Jmeter in Windows environment"
(4) the hosts reference "Jmeter-How to configure hosts in Linux", "Jmeter-How to configure hosts in Windows " is configured in Linux
Then this document will cover:
(5) build 1 test scripts in Windows //1th Step
(6) in Windows, parametric test script//2nd step
(7) turn this test script built in Windows into a test script for Linux ://3rd Step
a) modify the Threads group thread count, start thread time, number of cycles, scheduler
b) the value of the parameterized Request
c) The path of the parameterized Request
d) Modify the "test result tree" to "aggregated report"
e) Configure the file name of the aggregation report
f) Configuring the Configure of the "aggregated report"
1th step: InWindowsBuild1a test script(take a visit to the Watercress film as an example)
Scenario 1: Verify the user visits the page of the movie "Museum Night" in Douban station.
# How to build 1 test scripts in Windows can refer to the previous document "jmeter- A complete interface test script", the document described in more detail. So this document is only for. But I can understand it.
Test Plan Node
Because we are building this test script in Windows , we recommend adding 1 identifiers (e.g.testplanforwindows)
Jmeter-Build a Jmeter test script that can be used by Linux-a total of 3 steps