RE: TPN POSSIBLE SPAM:RE: TPN POSSIBLE SPAM:Jmeter proxy recording cookies

2006-08-30 Thread Sen, Kakoli
Hi, Did not get any response. Is the problem clear? Basically, the cookie gets saved to the hard-disc of the client m/c. Then when the site is opened in a new IE window, the textfields should be populated with cookie data which is got from the client m/c. This is happenning through direct brow

Re: Writing variables to a CSV file

2006-08-30 Thread sebb
Check the Mailing list archives - this has been asked a few times before, most recently earlier this month, if I recall correctly. S. On 30/08/06, Sacha Michel Mallais <[EMAIL PROTECTED]> wrote: Hello all, I'm a JMeter newbie, so please forgive me if this is an obvious question: I have a web a

Re: Webservice Request (SOAP), HTTPS, Client Certificate

2006-08-30 Thread Peter Lin
I believe you may need to convert the cert to the correct method and use the jdk keytool to import it. it's been a while since I've had to do that, so I don't remember the exact steps. there should be some tutorials on Sun's website on that. peter On 8/30/06, Nop Lists <[EMAIL PROTECTED]> wrote

Webservice Request (SOAP), HTTPS, Client Certificate

2006-08-30 Thread Nop Lists
Hello, I need to load test a webservice over https. I have imported the server certificate into the keystore. The developer said, the client (JMeter in my case, Internet Explorer for the users) should send a client certificate with the request. I was not successfull importing the client certificat

Writing variables to a CSV file

2006-08-30 Thread Sacha Michel Mallais
Hello all, I'm a JMeter newbie, so please forgive me if this is an obvious question: I have a web app that generates a user name and password for each user that registers. I'd like to be able to capture the user name and password in a couple of variables (which I've already managed to

Re: Please unsubscribe me!

2006-08-30 Thread sebb
Such messages should be sent to jmeter-user-owner, not the jmeter-user list. I believe that there are some problems with hotmail accounts. Have you checked that hotmail is not flagging the confirmation request as spam? I will send an unsubscribe on your behalf (and CC you); this should generate

Please unsubscribe me!

2006-08-30 Thread Mili Miranda
Hi, I must have sent atleast 5 messages to this email id [EMAIL PROTECTED] to unsubscribe me from the mailing list. But I still keep getting the jmeter emails. So as a last resort, I'm sending it to the user list. Thanks -

Using assertTrue() in BeanShell Sampler

2006-08-30 Thread vetalok
What is the correct way to use JUnit methods in BeanShell Sampler? Is there some way to use JUnit (or other classes) methods without "import junit" in each sampler? Thanks -- View this message in context: http://www.nabble.com/Using-assertTrue%28%29-in-BeanShell-Sampler-tf2190111.html#a60595

RE: TPN POSSIBLE SPAM:RE: How to use HTTP Proxy Server

2006-08-30 Thread Alex Turner
1) Find you what your normal proxy settings are for your browser. 2) Follow the instructions below: 2.4.2 Using a Proxy Server If you are testing from behind a firewall/proxy server, you may need to provide JMeter with the firewall/proxy server hostname and port number. To do so, run the jm

How to use HTTP Proxy Server

2006-08-30 Thread Alex Turner
In IE you do the following: Tools/Internet Options/Connections/LAN Settings The click the checkbox for 'use a proxy server for your lan. Then make the proxy server address localhost (is you are running JMeter on the same machine as the browser and the port to what ever port you set JMeter's pr

RE: How to use HTTP Proxy Server

2006-08-30 Thread ajay
Hi, Thanks for the Information kakoli. I have tried like what ever you said.But it is showing the following error: java.net.UnknownHostException: www.google.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Soc

RE: How to use HTTP Proxy Server

2006-08-30 Thread Sen, Kakoli
Hi, >From the browser tool bar, click "tools -> internet options". This should >bring up the options. 21.Select the "connection" tab 22.Click "lan settings" button near the bottom. 23.On the connections tab, check "Use a proxy server for your LAN". The address and port fields should be enabled no

RE: TPN POSSIBLE SPAM:RE: TPN POSSIBLE SPAM:Jmeter proxy recording cookies

2006-08-30 Thread Sen, Kakoli
Hi Alex/Sebb, The flow is as below: 1) I access the remote site and enter some values in the text field. Press a button 'Save Cookie'. The cookie gets saved onto my hard-disc. 2) Close IE. 3) Open the same site in a new window. The text field should be populated by values entered earlier. W

RE: How to use HTTP Proxy Server

2006-08-30 Thread ajay
Hi, Thanks for the Information Alexander. Can you help me, How can I set my Browser to connect to JMeter Proxy... Thanks, Ajay Alex Turner-2 wrote: > > Ajay, > > Is it possible that you have the concept a bit wrong? > > If your browser normally uses a proxy, then you would have to tell JMet

Problem in reading of Graph Results.

2006-08-30 Thread Sen, Kakoli
Hi all, I am saving the Graph Results onto a file by specifying a .jtl file in the 'FileName' textfield of Graph Results. The saving format is in xml. The file is getting saved in the disc with data. The next time I open JMeter, I try to read the existing file by clicking 'Browse' button. I

RE: How to use HTTP Proxy Server

2006-08-30 Thread Alex Turner
Ajay, Is it possible that you have the concept a bit wrong? If your browser normally uses a proxy, then you would have to tell JMeter to connect to that proxy to get pages. You then set up the proxy server in JMeter to the spec in the manual. Once this is done, you can set your browser to co

How to use HTTP Proxy Server

2006-08-30 Thread ajay
Hi, I am a bit confused while using the HTTP Proxy Server in Jmeter. I have gone through, "http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pdf"; . It is recording only for the example what they have mentioned in the above url. I tried to implement it for the other sites al