How to parameterize the date

2011-09-06 Thread sbhosale
Hi all, In my application i have date field. I want to take the today's date in this field. So whenever I run the script it should not fail. Anybody has any ideas How do I do it. Any ideas. Thanks, Sandeep -- View this message in context:

Need help in regular expression

2011-06-20 Thread sbhosale
Hi All, I want to extract the basket reference number (c8320481-79a3-46a9-abba-6541e50ebd9d) from the below string. var basketReference = c8320481-79a3-46a9-abba-6541e50ebd9d; I have tried the couple of reg ex. But not successful. I have tried 1. basketReference=[a-zA-Z0-9\-]*\ 2.

Want to save Aggregate and Summary report in csv format automatically

2011-03-31 Thread sbhosale
Hi all, I have a script written for my application and I am putting the performance script in my nightly build so that when I come to office every morning I would get a performance report. Now the problem I am facing here is I want the Aggregate and summary report in csv format which we are

Re: Want to save Aggregate and Summary report in csv format automatically

2011-03-31 Thread sbhosale
Hi, I have placed the plugin tool in the lib/ext directory. Now can you please tell me how do I use the tool to generate the csv? I am not getting where to write the generating CSV commands. Thanks Sandeep On Thu, Mar 31, 2011 at 4:47 PM, apc [via JMeter]

Need help in regular expression

2011-02-18 Thread sbhosale
Hi all, I want to extract C100134 value in below string div id=caseDetailsC100134 class=caseDetails Can anybody help in writing the regular expression. I have tried with below options 1. caseDetails(.\w+) 2. caseDetails=(.\w+) But unfortunately its not working. Please guide me in writing

Need help in analyzing the reports

2011-01-20 Thread sbhosale
Hi all, I am new to the Jmeter . My client want me to do the performance testing of my web application. He is mainly concerned about the response time of each request. So I am putting the Summary report and aggregate report listeners. So just want to know that which parameter in the

Re: Need help in analyzing the reports

2011-01-20 Thread sbhosale
Thanks for the quick reply. One silly question. Suppose I am running the scripts against 100 users then the count shown here in Avg section and 90% line is shown as a single user response right? or do i need to devide it by 100. Thanks, Sandeep -- View this message in context:

Re: ***Need help in regular expression extractor***

2010-12-21 Thread sbhosale
Hi garvita, Still no luck :(. Is there any way to do this other than the Regular Expression extractor. I am checking the Response Message option from the response field to check section and selecting main sample and sub samples option from the Apply To section of the regular expression

Problems in handling the AJAX request

2010-12-21 Thread sbhosale
Hi all, I am having problems in handling the ajax request on the page. My application is having one feature like create case which gets open on the same page with some fields and once I fills the form and saves it. It gets saved without refreshing a page. So when i recorded this flow i got the

Re: ***Need help in regular expression extractor***

2010-12-21 Thread sbhosale
Hi I have used the regex as* membershipNumber=(\d+)* which is correct as i have checked with the tool Regex Coach. I have also added the default value as 111 in the Regular Expression extractor. Now what I am seeing is the variable is taking the defulat value and it is using it in the

Re: ***Need help in regular expression extractor***

2010-12-21 Thread sbhosale
-node+3313558-1467399334-146...@n5.nabble.comml-node%2b3313558-1467399334-146...@n5.nabble.com wrote: On 12/21/2010 02:58 PM, sbhosale wrote: Hi I have used the regex as* membershipNumber=(\d+)* which is correct as i have checked with the tool Regex Coach. I have also added the default

***Need help in regular expression extractor***

2010-12-20 Thread sbhosale
Hi, I am trying to catch the value from the response of the request. I have tried writing regular expressions in different ways but it's not working. Can anybody help me for creating the regular expression. My website does the registration. When I enter the personal details and clicks the

Re: ***Need help in regular expression extractor***

2010-12-20 Thread sbhosale
Hi Garvita and Anthony, I have tried using the regular expression provided by you. But somehow its not working. I have tried ur expression in following ways 1. (membershipNumber)(.+?)() 2. form method=post

Re: ***Need help in regular expression extractor***

2010-12-20 Thread sbhosale
the value of the variable in the debug sampler response regards deepak On Mon, Dec 20, 2010 at 11:01 PM, sbhosale [hidden email]http://user/SendEmail.jtp?type=nodenode=3313082i=0wrote: Hi Garvita and Anthony, I have tried using the regular expression provided by you. But somehow its