Re: Parameter passing using regexFunction in testing Web services

2008-02-05 Thread sebb
this possible and has anyone set such a test before? (Do I need separate > ThreadGroups?) > No, just add the appropriate sampler. > Note: I am using the regexFunction to parse the parameters. > > Thanks in advance. > > Martin > > > -- > View this message in conte

Parameter passing using regexFunction in testing Web services

2008-02-05 Thread MartinBorris
the parameters. Thanks in advance. Martin -- View this message in context: http://www.nabble.com/Parameter-passing-using-regexFunction-in-testing-Web-services-tp15290665p15290665.html Sent from the JMeter - User mailing list archive at Nabble.com

Re: using regexfunction

2002-10-11 Thread Raphaël Piéroni
--- Mike Stover <[EMAIL PROTECTED]> a écrit : > On 10 Oct 2002 at 9:40, Raphaël Piéroni wrote: > > > here is the jmx > > but it is no longer good for me because > > i now stock a variable in the http session so i do not need the > > regexfunction. > > > > I only saw one ${getID_g1} thats beca

Re: using regexfunction

2002-10-10 Thread Mike Stover
On 10 Oct 2002 at 9:40, Raphaël Piéroni wrote: > here is the jmx > but it is no longer good for me because > i now stock a variable in the http session so i do not need the > regexfunction. > I only saw one ${getID_g1} in the test, and it was in the very next request. I thought there was suppo

Re: using regexfunction

2002-10-08 Thread Michal Kostrzewa
Raphael, > > Could you do > > the simplest test as I did? > > nope the test scenario was chosen by upper hierarchy > I asked you to simplify scenario not for web application testing, but for testing your installation of jmeter - to simplify test case to the smallest possible. Sorry if I didn't

Re: using regexfunction

2002-10-08 Thread Raphaël Piéroni
--- Michal Kostrzewa <[EMAIL PROTECTED]> a écrit : > Hi Raphael, > > > ok it forget. > > i tried to put it in the 3rd 4th 5th and 6th and 30th requests > > 3 use regex works fine > > 4 use ${getID_g1} works fine > > 5 use ${getID_g1} dunnot work > > 6 use ${getID_g1} dunnot work > > 30 use ${get

Re: using regexfunction

2002-10-08 Thread Mike Stover
On 8 Oct 2002 at 11:57, Raphaël Piéroni wrote: > --- Michal Kostrzewa <[EMAIL PROTECTED]> a écrit : > Hi > Raphael > > > > > > > > ${__regexFunction(assign+name%3D%22session_id%22+expr%3D%22%28.*%29,%241%24 > > >,RAND,,,getID)} > > > > > > if i use that function during the third hit, it works fi

Re: using regexfunction

2002-10-08 Thread Michal Kostrzewa
Hi Raphael, > ok it forget. > i tried to put it in the 3rd 4th 5th and 6th and 30th requests > 3 use regex works fine > 4 use ${getID_g1} works fine > 5 use ${getID_g1} dunnot work > 6 use ${getID_g1} dunnot work > 30 use ${getID_g1} dunnot work I've just done simple test: 12 requests to http://

Re: using regexfunction

2002-10-08 Thread Raphaël Piéroni
--- Michal Kostrzewa <[EMAIL PROTECTED]> a écrit : > Hi Raphael > > > > ${__regexFunction(assign+name%3D%22session_id%22+expr%3D%22%28.*%29,%241%24 > >,RAND,,,getID)} > > > > if i use that function during the third hit, it works fine. > > > Do you use $__regex or ${getID_g1} in third request? Do

Re: using regexfunction

2002-10-08 Thread Michal Kostrzewa
Hi Raphael > ${__regexFunction(assign+name%3D%22session_id%22+expr%3D%22%28.*%29,%241%24 >,RAND,,,getID)} > > if i use that function during the third hit, it works fine. > Do you use $__regex or ${getID_g1} in third request? Do you suggest that jmeter remembers $getID up to third request and for

using regexfunction

2002-10-08 Thread Raphaël Piéroni
hello list, my scenario is that : on the second hit, the http response gives me some infos i got to pass as parameter during the 30th hit. here is the grab ${__regexFunction(assign+name%3D%22session_id%22+expr%3D%22%28.*%29,%241%24,RAND,,,getID)} if i use that function during the third hit, it