You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postman has a checkbox to enable/disable parameters, but JMeter doesn't. It will greatly improve functional testing capabilities and avoid adding/deleting parameters every time in order to test the endpoint.
Jmeter 5.4.1 10acbc7
Microsoft Windows 10 Pro 64-bit
java version "1.8.0_251"
+1 here. I faced this today when I had to disable a parameter for several trials on my server, but I was forced to delete it and re-create it every time
pochopsp
added a commit
to pochopsp/jmeter
that referenced
this issue
Jun 11, 2024
Added a new "isEnabledFromGui" property in HTTPArgument used
to determine whether to include the argument in the request
or not.
This property is set by the user for each HTTP parameter by
clicking on the "Enable" column put on the very left of each
parameter row.
Fixesapache#5466
eR@SeR (Bug 65018):
Hello,
Postman has a checkbox to enable/disable parameters, but JMeter doesn't. It will greatly improve functional testing capabilities and avoid adding/deleting parameters every time in order to test the endpoint.
Jmeter 5.4.1 10acbc7
Microsoft Windows 10 Pro 64-bit
java version "1.8.0_251"
Created attachment postman - jmeter checkbox.jpg: add checkbox to enable/disable parameter
Version: Nightly
OS: All
The text was updated successfully, but these errors were encountered: