×
Menu

JMeter (Rich Client)

First, you go into a test case and click on Automation. Here, you can add a JMeter script
 
 
Note: the version number of the JMeter agent must match the version number of JMeter.
Take a look at system requirements to look for supported versions.
 
A test script template is now created and can be edited with the external editor JMeter. You have the option to record a test case with JMeter. For more information watch the external tutorial.
 
 
To run an automated test the test case must be executed in the same way as the manual tests. Open the test case and click on the Run button. If this is an automated test and if agents are available in the network, then a selection of possible test systems will be displayed.
A new window provides the load test results in real-time in form of diagrams. The diagrams are not available immediately but after 30 seconds when the first measurement results of the agents have been evaluated, the tab will appear.
 
 
 
Variables from the aqua test case are also automatically transferred to the JMeter script. This means that you can define variables such as "user name", "password" or "URL" in the variable manager and then execute the JMeter test case with the desired values in the variables when selecting the value sets. In the JMeter script, the variables can then be used like normal variables, i.e. via ${variable name}. The variable name must exactly match the variable name in aqua (e.g. username or password or URL ).