RE: jmeter 1.9.1 not recording https(SSL) pages

2003-08-29 Thread Sandeep Rao
You should be able to use HTTP Request Defaults and specify HTTPS and Port # there (and also server name and path etc.). sandeep -Original Message- From: Parekh, Hardik (IndSys, GE Interlogix) [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 3:39 AM To: JMeter Users List Subject

RE: jmeter doesn't record as a proxy server

2003-08-26 Thread Sandeep Rao
Why use another tool when this one works? Try changing port numbers in the proxy config. This has worked for me in the past when I had similar problems. Sandeep -Original Message- From: Duncan Frostick [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 3:05 PM To: JMeter Users Lis

RE: Remote testing and user parameters

2003-08-26 Thread Sandeep Rao
One way to do this would be to use loop controller to run for _random() times and increment _csvread. Once the loop has run thru, your _csvread would be at the random point and you can start your test case from there. Since _csvread cannot be done by itself, I put it in a HTTP (do nothing) sampler

RE: HTTP Proxy Recording

2003-08-22 Thread Sandeep Rao
I did face the same problems when I was using 1.8 version and RC versions of 1.9. I haven't faced this in 1.9 release. I changed my port number to 10090 or 10091 and it worked for me. Perhaps some conflict was there. You can try the same and see if it works for you. Sandeep -Original Messa

RE: UserParametrs

2003-08-22 Thread Sandeep Rao
If you had read the documentation you would know why. Just by keeping the parameter names same in both place won't work. A user Paramter can be referenced in the HTTP samplers and other places by using the following synatx: ${name} Specify the parameter as follows: taskid = ${taskId} And this

RE: How to do XMLHTTP?

2003-08-06 Thread Sandeep Rao
Subject: Re: How to do XMLHTTP? No, it's not that unique. I've encountered it too. The behaviour you mention should be considered a bug, I guess :-( Can you please file it? I'll try to find the time to solve it. Salut, Jordi. Sandeep Rao wrote: > Thanks for your response. I app

RE: How to do XMLHTTP?

2003-08-04 Thread Sandeep Rao
ndeep -Original Message- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 3:12 AM To: JMeter Users List Subject: Re: How to do XMLHTTP? Sandeep Rao wrote: > Hi all, > > Any idea how to write a sampler which does XMLHTTP? As I understand it > is

How to do XMLHTTP?

2003-07-31 Thread Sandeep Rao
Hi all, Any idea how to write a sampler which does XMLHTTP? As I understand it is doing a POST and then writing XML on that open socket. Jmeter 1.9 RC3 doesn't appear to support it (or I may be mistaken). Any and all help is appreciated. Thanks, Sandeep ---

RE: regexFunction

2003-06-17 Thread Sandeep Rao
(.*) ${__regexFunction((.*),$1$,1,,ss,SessionIDF)} regards Phil |-+> | | "Sandeep Rao"| | | <[EMAIL PROTECTED]| |

RE: regexFunction

2003-06-16 Thread Sandeep Rao
Oops. Forgot to mention which version I am using. I have tried this with both 1.9-RC1 and 1.9-RC2. Same results. Thanks, Sandeep -Original Message- From: Sandeep Rao [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:22 AM To: JMeter Users List Subject: regexFunction Hi all, I

regexFunction

2003-06-16 Thread Sandeep Rao
Hi all, I have been browsing this list for sometime and found good help in getting started with jmeter. This is my first post and this is regarding the regexFunction. I will appreciate if you can help me get the solution to my problem. Response to my first http request is in xml format and I wan