got it working....now it was my pattern that was giving null
On Wed, Jul 3, 2013 at 11:25 AM, hame <[email protected]> wrote: > did you try without "*"?? > > > On Wed, Jul 3, 2013 at 11:21 AM, umesh prajapati <[email protected] > >wrote: > > > I tried with out quote too and on my logg it is giving me > > ERROR - jmeter.extractor.RegexExtractor: Error in pattern: > > *teacher/(.+?)/classes > > > > so which is definitely the Regex Expression is not right ...but I dont > know > > why its not right > > > > > > On Wed, Jul 3, 2013 at 11:08 AM, hame <[email protected]> wrote: > > > > > Try to enable the JMeter logging and see what's going on. I am not sure > > but > > > there shouldn't be any double quote in regular expression because your > > URL > > > doesn't have that. Try to debug your Regular expression first. take one > > > step at a time and check the result. > > > > > > > > > On Wed, Jul 3, 2013 at 10:47 AM, umesh prajapati <[email protected] > > > >wrote: > > > > > > > the Reg Ex that i am using to extract from body is working fine but > the > > > Reg > > > > Ex I am using to extract from url is giving me null value. > > > > > > > > > > > > > > > > > > https://integratons.progressive.com/pgs/customer/ffsdfe3235sdfsdg32wg/services?includeDeleted=false > > > > > > > > I am trying to extract ffsdfe3235sdfsdg32wg from the above URL > > > > > > > > My Reg Ex expression is *customer/"(.+?)"/services > > > > > > > > > > > > On Wed, Jul 3, 2013 at 9:58 AM, hame <[email protected]> wrote: > > > > > > > > > Yes you can use two RegEx extractor on one HTTP Request. > > > > > > > > > > > > > > > On Wed, Jul 3, 2013 at 9:53 AM, umesh prajapati < > > [email protected] > > > > > >wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > Can we use 2 Regular Expression Extractor under one HTTP Request > > > > Sampler? > > > > > > The reason I am using 2 Regular Expression Extractor is because > one > > > Reg > > > > > Ex > > > > > > I am using to extract data from the response body and one Reg Ex > > > > > Extractor > > > > > > I am using to extract from request URL and save both the > extracted > > > data > > > > > > into a file. > > > > > > > > > > > > > > > > > > > > >
