Re: AW: HTTPS - recording not working

2005-07-20 Thread Jayashree K
Anusha, Jmeter doesn't support HTTPS recording. However execution is possible. U can record ur script in babboy, as it supports https. --- Christian Baumgartner <[EMAIL PROTECTED]> wrote: > Maybe you post what you tried already? Than it is > easier to say what's > eventually wrong. > Which ve

Re: Problem with Type = Button (script working fine with type = submit)

2005-06-29 Thread Jayashree K
so that you can start debugging from there Srikanth Jayashree K wrote: Do you mean to say, besides normal HTTP request. I have to call javascript even? I haven't done that. How to do that ? :-( Can you please tell me Srikanth. srikanth peddireddy wrote: Hi, Clicking on a button (either a subm

Re: Problem with Type = Button (script working fine with type = submit)

2005-06-29 Thread Jayashree K
re might be any thing specefic to ASP which Iam unaware of as Iam basically a JSP guy regards Srikanth Jayashree K wrote: Thanks for the response Srikanth, Yes. There is a continue button. I'm passing all the parameters correctly. Initially this continue button was having a type = submit (in code)

Re: Problem with Type = Button (script working fine with type = submit)

2005-06-29 Thread Jayashree K
he required parameters in that Page2 request and selecting GET or POST as required. regards Srikanth.P Jayashree K wrote: Hi All, I'm carrying out performance testing for a site which is developed in ASP.net. All my scripts were working fine. Recently we received a build and my scripts

Problem with Type = Button (script working fine with type = submit)

2005-06-28 Thread Jayashree K
Hi All, I'm carrying out performance testing for a site which is developed in ASP.net. All my scripts were working fine. Recently we received a build and my scripts are not getting executed successfully. Post request is not adding data in database. After analysing i found that, 'Continue' but

How to analyze/read 'Runtime Aggregate Report' listener ?

2005-05-18 Thread Jayashree K
Hello All, Can anyone throw some light on how to analyze figures displayed in 'Runtime Aggregate Report' listener ? How Average is calculated finally in its total? What importance does total have ? Response for all the request are received in milliseconds. When i total up average time of all

Re: Non HTTP Response Code Error

2005-05-05 Thread Jayashree K
ve previous versions of the script that were known to work? Have you tried using those? On 5/5/05, Jayashree K wrote: > > I have recorded the scenario. I am having 2 client setups . 1 in India and 1 > in US. (Both 6 machines each) > > My script is working fine in India. Initially it

Non HTTP Response Code Error

2005-05-04 Thread Jayashree K
I have recorded the scenario. I am having 2 client setups . 1 in India and 1 in US. (Both 6 machines each) My script is working fine in India. Initially it was working fine in US too. But they were having some settings of if there are too much of request coming from the machines.they were clos

Non HTTP Response Code Error

2005-05-04 Thread Jayashree K
I have recorded the scenario. I am having 2 client setups . 1 in India and 1 in US. (Both 6 machines each) My script is working fine in India. Initially it was working fine in US too. But they were having some settings of if there are too much of request coming from the machines.they were clos

Re: Remote testing

2005-04-18 Thread Jayashree K
On suppose machine x, in its properties have you specified the same machine name as server name? Remote server = ip address of x only. ? If yes, remove that.Specify other machine's IP address in it as servers. Shabana Shabana <[EMAIL PROTECTED]> wrote: Hi All , Getting this

Re: User Parameters

2005-04-04 Thread Jayashree K
Sobha, This would keep total no. of users as required, however it doesn't solve Mujahid's problem, of picking new user values for each iterations rather then repeating them. Even i'm facing same problem, I am picking values from one file. I want that fir second iteration, values should be pi

javax.net.ssl.SSLHandshakeException: Remote host closed connection

2005-03-17 Thread Jayashree K
I receive following error when I move from HTTP to HTTPS for login. If i execute the script for continous 6-7 times then for 8th time this error doesn't come. If by chance it passes through this login then rest of the things work all fine. What is the way out to remove this error permanently.

Re: JDBC Request question

2005-03-13 Thread Jayashree K
I assume that variable name you used is Username (I.e. U capital, both at defination n declaration end) Mike Buzzetti <[EMAIL PROTECTED]> wrote: Gino, I played around with your test plan, and I could not get it to work with the newest nightly build. Basically the error is that ${Username} is n

RE: omiting nested url

2005-03-11 Thread Jayashree K
this is wrong. You should not be doing this as this won;t give u realistic results Josef Bohaty <[EMAIL PROTECTED]> wrote: Not exactly. It's just accessing java script on external site. Josef -Original Message- From: Jayashree K [mailto:[EMAIL PROTECTED] Sent: Friday, March

RE: How to record script in JMETER without proxy server?

2005-03-10 Thread Jayashree K
only :-( Michael Stover <[EMAIL PROTECTED]> wrote: HTTPS requests cannot be intercepted and recorded by JMeter. http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-d7d6b439cbb64a17ac50c302cf9bbc483ccc0d3e -Mike On Thu, 2005-03-10 at 01:01, Jayashree K wrote: > :-)) > This i

RE: to find out size of _VIEWSTATE

2005-03-10 Thread Jayashree K
Sandeep, Why do u want to find out the viewstate size? Just fetch that ViewState from the previous page response in variable. And pass that in Next http requests, whereever u want. "K, Sandeep Reddy" <[EMAIL PROTECTED]> wrote: Hi, I got you but can't figure out how to write a plugin to p

RE: omiting nested url

2005-03-10 Thread Jayashree K
Josef, R u trying to say that 1 page, redirects to other page? "Krahe, Chris" <[EMAIL PROTECTED]> wrote:Josef- Is JMeter automatically requesting that URL when it parses the response of a page your test plan explicitly requests? For example, JMeter will do this for images. If so, turn off

RE: How to record script in JMETER without proxy server?

2005-03-09 Thread Jayashree K
r to record. I was able to go navigate and record. Instead if u change setting to localhost and 80 at the beginning and try to load the site ,it will give page cannot be displayed. I am not sure whether it is the correct way. But it worked for me. Regards Kiran -Original Message- From:

How to record script in JMETER without proxy server?

2005-03-09 Thread Jayashree K
Jmeter help says to have IE Settings and Jmeter-HTTP Proxy server to be same. specify Ex: Localhost 80 at both the places. Then recording happesn. TRUE. But here, When I specify localhost and 80 in my IE. I'm not able to see the website (Page can't be displayed comes.) Here, proxy is transpere

Dynamic parameter Values - How to fetch?

2005-03-09 Thread Jayashree K
posteddocument.writeln(timestamp(new Date(2005,2,8,6,24,0), dfrm, tfrm, 0, 0, 0, 0)); 08-03-2005 06:24 AM - HTTPS get request are working fine. But HTTPS Post request redirects the page. Doesn't give any error. 302 code is received saying