Re: Need help with User Defined Variables

2022-07-04 Thread Nikola Aleksic
Hi Robin, There was a discussion in this thread https://bz.apache.org/bugzilla/show_bug.cgi?id=65072 about the mentioned problem. Workaround is to use the Groovy function instead. If the function works then there must be a way to evaluate the regular ${variable}. Thread is still open, so it might

Re: Implementing Apply to scoping rules to JSR223 PostProcessor, JSR223 Assertion and JSR223 Listener elements

2022-04-07 Thread Nikola Aleksic
enhancement issue on bugzilla. > > Thanks > > Felix > Am 15.10.21 um 14:10 schrieb Nikola Aleksic: > > Hello, > > Does anyone know how can we set scoping for JSR223 PostProcessor, JSR223 > Assertion and JSR223 Listener elements? > > Let say we have a test plan li

How to display subresults from JMeter as (sub)results in Grafana

2022-04-07 Thread Nikola Aleksic
Hello, Does anyone know whether it is possible to set embedded resources and redirections to be shown as a results (not subresults) in the Aggregate report, View Results Tree? Secondly, subresults are not sent to Grafana Influx Database. Grafana is similar to what you see in Jmeter's aggregate

Re: Debug only after each failed sampler - Debug PostProcessor limitation

2021-03-03 Thread Nikola Aleksic
possible cases there is no point to open it, I'm afraid. Thank you both of you guys for your time and will to help. I really appreciate it! :) P.S. Latest nightly is required to run the test successfully. Regards, Nikola On Tue, 2 Mar 2021 at 21:49, Felix Schumacher < felix.schumac...@i

Debug only after each failed sampler - Debug PostProcessor limitation

2021-02-24 Thread Nikola Aleksic
Hello, In the attached jmx file I created an example of how Debug PostProcessor works when set as a parent element to all child Samplers that are contained in the Module controller. This way the user doesn't have to put it as a child in every existing sample in order to debug it. However, when a

Re: Fwd: How to list Files upload parameters and remove desired one

2020-12-25 Thread Nikola Aleksic
must be added first. Seems to work fine even if you change the extension to non-original, it detects the correct MIME-type by analyzing file content. Thanks a lot and Fröhliche Weihnachten :) Nikola On Thu, 24 Dec 2020 at 15:21, Felix Schumacher < felix.schumac...@internetallee.de> w

Re: Fwd: How to list Files upload parameters and remove desired one

2020-12-23 Thread Nikola Aleksic
Regards, Nikola On Wed, 23 Dec 2020 at 19:16, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > Am 23.12.20 um 18:36 schrieb Nikola Aleksic: > > Thanks, for the fast response. > > > > It worked great! I like how the code looks, very simple. > >

Re: Fwd: How to list Files upload parameters and remove desired one

2020-12-23 Thread Nikola Aleksic
Am 23.12.20 um 16:05 schrieb Nikola Aleksic: > > Hello, > > > > I was trying to list all parameters in HTTP Sampler including ones in > > File upload tab using the following code and remove the desired one in > > File upload tab, but File upload tab param

Fwd: How to list Files upload parameters and remove desired one

2020-12-23 Thread Nikola Aleksic
Hello, I was trying to list all parameters in HTTP Sampler including ones in File upload tab using the following code and remove the desired one in File upload tab, but File upload tab parameters FrontsideImage and BacksideImage are not listed: import org.apache.jmeter.config.Arguments;