Discussion on ${__P(InstanceID)}

2011-10-24 Thread vikash
Hi All, I am having two JMeterEngines. I am using commandlogin${__P(InstanceID)}.csv I am having login1.csv file on one server login1.csv, login2.csv file in server 2. Clicked on Remote Start All for both JMeterEngines, its only read login1.csv Thanks, Vikash Ranjan -- View this

Re: Discussion on ${__P(InstanceID)}

2011-10-24 Thread sebb
On 24 October 2011 11:11, vikash vikash.chi...@gmail.com wrote: Hi All, I am having two JMeterEngines. I am using command    login${__P(InstanceID)}.csv I am having login1.csv file on one server login1.csv, login2.csv file in server 2. Clicked on Remote Start All for both JMeterEngines,

Re: Discussion on ${__P(InstanceID)}

2011-10-24 Thread Felix Frank
Hi, On 10/24/2011 12:54 PM, sebb wrote: Hi All, I am having two JMeterEngines. I am using commandlogin${__P(InstanceID)}.csv I am having login1.csv file on one server login1.csv, login2.csv file in server 2. Clicked on Remote Start All for both JMeterEngines, its only read

Re: nested exception related to socket connections

2011-10-24 Thread sebb
On 24 October 2011 05:51, shankykurella shankarkurella...@gmail.com wrote: hey sebb ... server and the master system are on the same network... i can able to execute distributed testing from master to a particular slave system but not able to execute the same test plan from another slave

Re: Discussion on ${__P(InstanceID)}

2011-10-24 Thread sebb
On 24 October 2011 11:56, Felix Frank f...@mpexnet.de wrote: Hi, On 10/24/2011 12:54 PM, sebb wrote: Hi All, I am having two JMeterEngines. I am using command    login${__P(InstanceID)}.csv I am having login1.csv file on one server login1.csv, login2.csv file in server 2. Clicked

Re: Discussion on ${__P(InstanceID)}

2011-10-24 Thread vikash
Yes, I am using Jmeter in the Cloud? -- View this message in context: http://jmeter.512774.n5.nabble.com/Discussion-on-P-InstanceID-tp4931967p4932287.html Sent from the JMeter - User mailing list archive at Nabble.com. - To

Re: Unexpected Page returned

2011-10-24 Thread brock
I'm still not understanding how this would work, example test plan: Home Page Login Update Email Update Address Update Phone Main Page I do not know which or if any of the Update pages will get returned instead of the Main Page. Its all determined by flags in Oracle. So your suggesting it

Re: Unexpected Page returned

2011-10-24 Thread Deepak Shetty
Home Page Login (assuming the response to this page can be 1 of 3) +Post Processor Regular Expression extractor If(some condition) +do something like update email If(some other condition) +do something else like update address Main Page regards deepak On Mon, Oct 24, 2011 at 7:20 AM, brock

Re: Unexpected Page returned

2011-10-24 Thread Oliver Lloyd
Yes, you check the response first, and then branch onto a tree. Like this: -Home Page -Login --Regular Expression Extractor - Returns 1,2 or 3 -IF 1 --Update Email -IF 2 --Update Address -IF 3 --Update Phone Main Page That's an example but the concept is clear. It starts to get messy if you have