Thank you Venkat. I'm able to fetch for individual part id and product
name.

Now how will i accommodate my http request with many of such
expressions.... like

{'partId':${part1id}','partNumber':'${part1name}',
'productPart':'SRW224G4P-K9-AU','validationStatus':'not
validated'},{'partId':'542027','partNumber':'UC560-T1E1-K9',
'productPart':'UC560-T1E1-K9','validationStatus':'not
validated'},{'partId':'542028','partNumber':'CP-7925G-W-K9',
'productPart':'CP-7925G-W-K9','validationStatus':'not
validated'},{'partId':'542029','partNumber':'CP-7962G=','
productPart':'CP-7962G=','validationStatus':'not validated'}

and so on ?? now i have few parts i could do it... tomorrow if the parts
keep increasing i could not handle that..... so require a solution in such
a way that i capture the entire section and pull only id and partnumber to
my http request.....

is it possible to do with regular expression or is there any other way out??

Thanks

On Thu, May 24, 2012 at 10:15 PM, venkatakurathi <
[email protected]> wrote:

>
> equipmentPartId":(.+?),"
> will give you 542024
>
> productPartName":"(.+?)",
> will give you UC560-T1E1-K9
>
>
> -----
> Venkat Akurathi
> 91-9703186688
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Require-help-in-Regular-Expression-tp5713320p5713321.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]
>
>


-- 
Nithya Prakash.L

Reply via email to