HTTP cookie manager and cross domain cookies

2009-03-10 Thread Asanov, Leo
Hi, It appears that HTTP cookie manager allows cross domain cookies, which is different to the behaviour of the browsers. I'm writing a test for an application, which is using Identity Management platform with cross domain single sign on. The chain of event is the following: 111.com - websit

RE: Configuring browser though command prompt

2009-03-10 Thread Suvendu_Mohapatra
Hi Himanshu, Thank you very much for helping in this regards. I have gone through the script and the script is for changing the proxy settings. But the problem is that it writes to registry and for that I do not have permission since I am operating behind a corporate proxy server. But I

Re: Configuring browser though command prompt

2009-03-10 Thread Himanshu Ghai
I might be wrong and I haven't done it before but it looks like there is something you could do with vbscript. http://www.servernewsgroups.net/group/microsoft.public.windows.server.scripting/topic3213.aspx Himanshu On Mon, Mar 9, 2009 at 8:10 AM, Suvendu_Mohapatra < suvendu_mohapa...@satyam.com>

Re: https recording problem

2009-03-10 Thread Milamber
Hello, You can try to record your https session with Follow Redirects option unchecked in your JMeter proxy settings. (And don't forget use the type: HTTP Request HTTPClient in HTTP Sampler settings) Bye, Milamber Le 10.03.2009 14:02, Sirish_Chandra a ecrit : Hi Team, I am

RE: HTTPS problem

2009-03-10 Thread Sirish_Chandra
Hi, Yes, jmeter can able to send the https request through a http request sampler nicely but the error you are getting, seems like the certificate error itself in the url that you are accessing. It needs the installation of the required certificate for authentication. You can check the the url

HTTPS problem

2009-03-10 Thread dirweis
Hi, I'm using JMeter 2.3.2 and try to run tests with an https connect. Connecting in my browser to the https pages is working fine and the JMeter tutorial told me: Making HTTPS Requests JMeter can make HTTPS requests - just create an HTTP Request Sampler, and set the protocol to https (instead of

Re: MD5Hex Assertion

2009-03-10 Thread sebb
On 10/03/2009, Sirish_Chandra wrote: > Exactly, want to know whether each time the same page is coming or it is > coming with some modification. How can I achieve this? The easiest way would be to use "Save Response as MD5" and check that all the values are the same after the test has completed.

https recording problem

2009-03-10 Thread Sirish_Chandra
Hi Team, I am using 2.3.2 version of the jmeter. I want to record the Https sites through jmeter. There is a option like "Attempt HTTPS spoofing" in the HTTP proxy server. By checking this check box I am able to send the request through the browser by modifying the https to htt

RE: MD5Hex Assertion

2009-03-10 Thread Sirish_Chandra
Exactly, want to know whether each time the same page is coming or it is coming with some modification. How can I achieve this? Thanks and Regards Sirish -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, March 10, 2009 6:38 PM To: JMeter Users List Subject: Re: MD5H

Re: Problem using jmeter failureproperty from ant

2009-03-10 Thread Baudouin
I just put my HTTP Request on "Redirect Auromatically" instead of "Follow Redirects" and now it works fine. Even when calling it from ant. Thank you for your help. sebb-2-2 wrote: > > On 10/03/2009, Baudouin wrote: >> >> Thank you for helping me. >> I am using JMeter 2.3.2 r665936 >> Here ar

Re: MD5Hex Assertion

2009-03-10 Thread sebb
On 10/03/2009, Sirish_Chandra wrote: > Hi Team, > > I want to use MD5Hex Assertion http request sample. I am able to catch the > MD5Hex response from the http request by checking the checkbox "save response > as MD5 hash" but each time it is coming a dynamic value. How can I catch this > dynam

Re: Problem using jmeter failureproperty from ant

2009-03-10 Thread sebb
On 10/03/2009, Baudouin wrote: > > Thank you for helping me. > I am using JMeter 2.3.2 r665936 > Here are some more details about my test: > I am sending a post to test the login of a user. > Amongst others, the user and the password are send as parameter with the > request. > An extra para

MD5Hex Assertion

2009-03-10 Thread Sirish_Chandra
Hi Team, I want to use MD5Hex Assertion http request sample. I am able to catch the MD5Hex response from the http request by checking the checkbox "save response as MD5 hash" but each time it is coming a dynamic value. How can I catch this dynamic value so that I can use it in the MD5Hex Assert

Re: Problem using jmeter failureproperty from ant

2009-03-10 Thread Baudouin
Thank you for helping me. I am using JMeter 2.3.2 r665936 Here are some more details about my test: I am sending a post to test the login of a user. Amongst others, the user and the password are send as parameter with the request. An extra parameter is send holding the service URL. So if the login