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

Re: SSL setup issue

2010-12-21 Thread Felix Frank
On 12/20/2010 08:46 PM, Akash Pancholi wrote: My IE user agent is Mozilla/4.0, same as in test plan, I changed my FF agent to the same, but can not access the site there, interestingly, it's throwing the same exception as JMeter: Secure Connection Failed SSL peer was unable to negotiate

Re: How to convey ID/PWD to a popup screen?

2010-12-21 Thread Felix Frank
On 12/21/2010 03:05 AM, zhenfeng li wrote: Thanks Felix, I have tried HTTP Authorization Manager and found the response that / Response headers: HTTP/1.1 401 Access Denied Content-Length: 4395 Date: Tue, 21 Dec 2010 01:38:36 GMT Content-Type:

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

2010-12-21 Thread Felix Frank
To clear this up a bit, this is what the test plan should roughly look like: + HTTPSampler1 ++ RegularExpressionExtractor + HTTPSampler2 where HTTPSampler1 is probably a GET request for the page containing the form you posted. HTTPSampler2 is the POST in which you use the extracted value. Use

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: How to convey ID/PWD to a popup screen?

2010-12-21 Thread sebb
On 21 December 2010 08:51, Felix Frank f...@mpexnet.de wrote: On 12/21/2010 03:05 AM, zhenfeng li wrote: Thanks Felix, I have tried HTTP Authorization Manager and found the response that / Response headers: HTTP/1.1 401 Access Denied Content-Length:

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

2010-12-21 Thread sebb
On 21 December 2010 08:59, Felix Frank f...@mpexnet.de wrote: To clear this up a bit, this is what the test plan should roughly look like: + HTTPSampler1 ++ RegularExpressionExtractor + HTTPSampler2 where HTTPSampler1 is probably a GET request for the page containing the form you posted.

Re: Problems in handling the AJAX request

2010-12-21 Thread Suresh Rajachar
It can be issue with the correlation Try correlating 'StayID' returned by the server. Regards, -Suresh On 21-Dec-2010, at 11:29, sbhosale sandeep.bhos...@gmail.com wrote: Hi all, I am having problems in handling the ajax request on the page. My application is having one feature like

Re: Problems in handling the AJAX request

2010-12-21 Thread sandeep bhosale
Yes its not getting created in the application(database). But still i am getting the response time that means these requests are getting executed but the end result that it is intended to do (create case in my application) is not happening. On Tue, Dec 21, 2010 at 5:37 PM, Felix Frank

Re: Problems in handling the AJAX request

2010-12-21 Thread sandeep bhosale
Thank You Felix for your kind help. I have done as per your suggesions. I am getting the response as Object Moved . Please see below response htmlheadtitleObject moved/title/headbody h2Object moved to a href=/trunk/here/a./h2 /body/html Now what I need to do to fix this. For the verification I

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 Felix Frank
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 value as 111 in the Regular Expression extractor. Now what I am seeing is the variable is taking the

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

2010-12-21 Thread sbhosale
Hi, I have checked the response and I am getting the string what i am expecting. But still it's capturing the default value of the RE Extractor. I have also applied the debug postprocessor to check what value it takes. But the debug post process in the View Result tree is not showing the

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

2010-12-21 Thread Felix Frank
On 12/21/2010 03:49 PM, sbhosale wrote: Hi, I have checked the response and I am getting the string what i am expecting. But still it's capturing the default value of the RE Extractor. I have also applied the debug postprocessor to check what value it takes. But the debug post process in

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

2010-12-21 Thread Deepak Shetty
hi this doesnt have the form that you have posted which your regex was attempting to match. I have checked the response and I am getting the string what i am expecting. where did you check this? the form string you are expecting doesnt show in the document you included in your email. moreover