Re: Does jmeter support RTSP (Real-Time Streaming Protocol)

2009-04-25 Thread Eric . Robinson
Glad to help. My SETUP request actually has 5 children. 1. A response assertion that looks for the text RTSP/1.0 200 OK 2. A regex extractor to get the session id... regular expression: Session: ([0-9a-f]+); template: $1$ match no.: 1 3. Another regex extractor to the the source

Re: How to create regular expression for the following...

2009-04-25 Thread sebb
On 24/04/2009, apjm apamp...@yahoo.com wrote: Hi Everyone, I am first time user of jmeter. I have a situation to create regular expression to extract value from following script. dataElementsLegalEntity[0] = new DataElement(1:21:0:3130:1:ITEMDTL_ID:25:ITEM:3130:0:0, escape(3130));

Re: How to create regular expression for the following...

2009-04-25 Thread Rodrigo Madera
I guess you want the code inside the escape() data... try this: escape\(([^]*)\) Test that on a Regex helper website (Google it). Good luck! Madera On Fri, Apr 24, 2009 at 4:40 PM, apjm apamp...@yahoo.com wrote: Hi Everyone, I am first time user of jmeter. I have a situation to create

Re: How to create regular expression for the following...

2009-04-25 Thread apjm
Hi , I need to get the value in escape. The text varies at three locations. The first two locations value may be different from the third one. So in some other instance it can be as follows DataElement(1:21:0:3168:1:ITEMDTL_ID:25:ITEM:3168:0:0, escape(2335)) In the above case I need to extract

Re: How to create regular expression for the following...

2009-04-25 Thread apjm
Hi Madera, It worked. Thank you very much Regards, apjm Rodrigo Madera wrote: I guess you want the code inside the escape() data... try this: escape\(([^]*)\) Test that on a Regex helper website (Google it). Good luck! Madera On Fri, Apr 24, 2009 at 4:40 PM, apjm

In Jmeter how to set the dynamic parameter name with regular expression.

2009-04-25 Thread apjm
Hi Everyone, In my testcase I have a parameter name which changes dynamically. So I created a regular expression and used that variables in the paramter name. But it is not reading it. For example: The Name is 4%3A17%3A178%3A171%3A1%3AQUESTION%3A20%3AFIELDDATA%3A531%3A0%3A0 and in that 178

Re: Help downloading and saving files in JMeter

2009-04-25 Thread Sree ...
Excellent thats exactly what I am looking into.Many thanks On Fri, Apr 24, 2009 at 6:25 AM, sebb seb...@gmail.com wrote: On 23/04/2009, Sree ... gattasrika...@gmail.com wrote: Hello all Am in a need of saving some files using JMeter.. say for example if I place a request

Re: Transaction Controller Bug

2009-04-25 Thread Deepak Shetty
Hi The BSH is getting executed in both cases, however sampler.addArgument only works when the Generate Parent Sample is unchecked regards deepak On Fri, Apr 24, 2009 at 7:23 AM, sebb seb...@gmail.com wrote: On 23/04/2009, Deepak Shetty shet...@gmail.com wrote: Hi Im using JMeter 2.3.2. I