Sorry for my bad explanation.
Please let me explain a bit more. Anyway, please not expect i would explain
it clearly. Please feel free to ask any question you may have.
The script looks like this.
1st thread group: Referred as main group
2nd thread grounp: Referred as polling group
polling group will check whether there is a authen cookie passed via jmeter
property, authen_token_${__threadNum} , from main thread or not.
Let's say 1st thread of polling group found authen cookie,authen_token_1,
it will do whatever specified inside the while loop.
So, the question simply is that there is any other options rather than
using jmeter property or not.
I have implemented plain text solution but it took more cpu resource than
jmeter property.
Thanks,
On Tue, Dec 6, 2011 at 3:22 AM, Shaba K <[email protected]> wrote:
> Am not quite sure if u did want to know if there are ways of reading data
> externally other than .properties file.
> you can use CSV Data Config & pass a CSV file to it
>
> -Cheers
>
> On Mon, Dec 5, 2011 at 6:14 PM, Tanakiat Srisaranayakul <
> [email protected]
> > wrote:
>
> > Currently, we create a jmeter script by using jmeter properties for each
> > user to pass the data between request thread to polling thread.
> > Even this works but it consumes a lot of machine resource.
> > Is there any other options I can implement?
> >
> > P.S. Sorry if my english is not quite good.
> >
> > Regards,
> > Tanakiat
> >
>