Re: How can I assign multiple values to a variable

2011-10-07 Thread freesky
Thank you! I prefer use multiple variables to store multiple parameters instead of BeanShell, BeanShell is a bit more complicated. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-can-I-assign-multiple-values-to-a-variable-tp4852668p4881863.html Sent from the JMeter - User

Re: How can I assign multiple values to a variable

2011-09-29 Thread Deepak Shetty
'createA', I can't use 'a', > 'b', > 'c' to represent 'createA'. > > Do you mean I should write like next in the XPath Extractor : > > Reference name : ${_counter(,rd)} > XPath : //create/@id > > I tried it, it d

Re: How can I assign multiple values to a variable

2011-09-29 Thread freesky
e/@id I tried it, it doesn't work. -- View this message in context: http://jmeter.512774.n5.nabble.com/How-can-I-assign-multiple-values-to-a-variable-tp4852668p4855569.html Sent from the JMeter - User mailing list archive at Nabble.com.

Re: How can I assign multiple values to a variable

2011-09-29 Thread Deepak Shetty
If the test plan has 3 'createA' requests, then I need > to assign these 3 value of id to a variable 'a', so that I can use 'a_1', > 'a_2' etc to read the value latter. So how can I assign multiple values to > a variable? Thanks in advance! >

How can I assign multiple values to a variable

2011-09-29 Thread freesky
e. If the test plan has 3 'createA' requests, then I need to assign these 3 value of id to a variable 'a', so that I can use 'a_1', 'a_2' etc to read the value latter. So how can I assign multiple values to a variable? Thanks in advance! -- View this messa