>Do I need to put the regex extractor inside the steps of the script? Or do I leave it at the thread level? Usually as the child of the sampler which is returning the response Also read Scoping rules -- http://jmeter.apache.org/usermanual/test_plan.html#scoping_rules Post Processors are hierarchical so if you create it under the thread, it will apply to all elements in scope and so will execute on all samplers - probably not what you want
On Thu, Apr 2, 2015 at 9:10 AM, Bob Nance <[email protected]> wrote: > Not from the web server app side. If I succeed, I can see it in the logs. > If I fail, nada. > > I can see my script POSTing using the “View Results Tree” > > I cannot get the regex to get the data, though. I am still working on that. > > Do I need to put the regex extractor inside the steps of the script? Or do > I leave it at the thread level? > > When it is outside of the recording controller, I always get the default > value for the string “NOT_FOUND” > > When I put it into the controller, I get the actual string ${enrollment_id} > > > > On Apr 2, 2015, at 10:45 AM, Mallavaram, Venkata (Norcross) > <[email protected]> wrote: > > > > Is there an option to store/export the View Results and View table > details to a file. > > > > Venkata Sunitha Mallavaram > > QA Lead > > Bank Intelligence Solutions > > Fiserv > > Office: 678-375-5481 > > Mobile:404-863-2639 > > Fax: 678-375-5611 > > www.fiserv.com > > www.bankintelligence.fiserv.com > > > > FORTUNE® Magazine's 2014 World's Most Admired Companies > > Facebook: Like Fiserv · Twitter: Follow @Fiserv · LinkedIn: Connect > Fiserv . Careers: Join Fiserv > > > > > > > > -----Original Message----- > > From: ZK [mailto:[email protected]] > > Sent: Thursday, April 02, 2015 10:47 AM > > To: [email protected] > > Subject: Re: Scripting a new-user signup > > > > Hi, > > Add a 'View Results Tree' Listener to your test > > > > Edit>Add>Listener>View Results Tree > > > > > > > > ZK > > > > > > > > -- > > View this message in context: > http://jmeter.512774.n5.nabble.com/Scripting-a-new-user-signup-tp5722068p5722073.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
