This is a companion discussion topic for the original entry at https://store.katalon.com/product/139#qa-content
This is a companion discussion topic for the original entry at https://store.katalon.com/product/139#qa-content
This is great plugin only thing missing is description of below parameters and how to use them …
let’s say I want to ramp up 2 users/second until I reach 100 users then run sustain load for 20 min before start ramping down 5 users/second.
how to utilize these parameters for such scenario ?
public class KatalonJMeterRunner {
private static NUM_LOOPS = 1;
private static NUM_THREADS = 10 ;
private static RAMP_UP = 10;
private static DURATION = 10000;
I have added steps I used to enable Jmeter integration and change these values you asked for here
hope it will help.
Is this Plugin compatible with Katalon version 7.9.0 ?
I read in the change log of the plugin, that this plugin has discontinued support for version 7, but on the plugin page is written minimum version 7…
Hello,
I tried to install this plugin with Katalon Studio 7.9.1 through the Store, but when I run Reload Plugins in my KS jmeter is not diplayed.
Which was the latest compatible version?
Regards,
Gabriele
@hina-amir i’m newly using Jmeter plugin, but after reloading the plugin the Jmeter plugin isn’t showing in Katalon studio
jMeter Plugin is operational only upto Katalon Studio v6.9.10. It does not work with KS v7.x
https://store.katalon.com/product/139/JMeter-Integration/change-logs
The following doc describes how to configure jMeter manually in Katalon Studio. That way you should be able to use jMeter in KS 7.x:
I suppose the doc should not longer mention of “Use JMeter Integration plugin”.
Mentioning that obsolete plugin just makes people with KS7.x confused.