Re: How would you go about creating a new Thread Group type?

2016-10-17 Thread Deepak Shetty
Jmeter-plugins probably has source that you could use to see how they implemented the various other thread groups (.e.g https://jmeter-plugins.org/wiki/UltimateThreadGroup/) On Mon, Oct 17, 2016 at 2:08 PM, Robin D. Wilson wrote: > Just throwing this out there - to see if

RE: How would you go about creating a new Thread Group type?

2016-10-17 Thread Robin D. Wilson
The idea with the CSV data set works perfectly. Seems like a good workaround... But I'd still like to experiment with building my own Thread Group widget... -- Robin D. Wilson Voice: 512-426-3929 rwils...@gmail.com -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Monday,

Re: How would you go about creating a new Thread Group type?

2016-10-17 Thread sebb
On 17 October 2016 at 22:08, Robin D. Wilson wrote: > Just throwing this out there - to see if anyone wants to lead a code-level > newbie down the right path. I've been using JMeter for > 8-9 years now, and really like it. But one thing that bugs me is the way the > Thread

How would you go about creating a new Thread Group type?

2016-10-17 Thread Robin D. Wilson
Just throwing this out there - to see if anyone wants to lead a code-level newbie down the right path. I've been using JMeter for 8-9 years now, and really like it. But one thing that bugs me is the way the Thread Group works. Specifically, the idea of the "loops" bothers me. Consider this

Re: problem with json path extractor

2016-10-17 Thread Philippe Mouawad
Hello, There are some fixes in nightly build. Could you try it ? http://jmeter.apache.org/nightly.html If issue persists, can you create a demo Test plan using Java Request where you put the JSON in ResponseData and the JSON-PATH POST PROCESSOR that you use. Thank you On Mon, Oct 17, 2016 at

problem with json path extractor

2016-10-17 Thread Roberto Braga
I'm having a problem not sure if it is a bug or not. Making the long story short. I use jmeter 3.0 and bundled json path extractor with some rest api to make subsequent calls with foreach. Lets say we have this scenario country api -> region api ->city api->shop list Get the country list and