RE: connection refused ????? any idea why did this happend

2009-05-08 Thread Suvendu_Mohapatra
Thread 1: contains internal or external server??? Thread 2: contains internal or external server??? With Regards, Suvendu -Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Friday, May 08, 2009 11:28 AM To: jmeter-user@jakarta.apache.org Subject: connection refused ?

RE: EventValidation

2009-05-08 Thread Suvendu_Mohapatra
Is your viewstate changing dynamically?? And if not then why are using regular expression?? With Regards, Suvendu -Original Message- From: maturideepu [mailto:deepu_mat...@yahoo.com] Sent: Thursday, May 07, 2009 2:03 PM To: jmeter-user@jakarta.apache.org Subject: EventValidation Hi

RE: connection refused ????? any idea why did this happend

2009-05-08 Thread gpub
Thread 2 suvendu wrote: Thread 1: contains internal or external server??? Thread 2: contains internal or external server??? With Regards, Suvendu -Original Message- From: gpub [mailto:affablepr...@gmail.com] Sent: Friday, May 08, 2009 11:28 AM To:

RE: connection refused ????? any idea why did this happend

2009-05-08 Thread gpub
Thread 2 contains external server Thread 1 -- internal sever. gpub wrote: Thread 2 suvendu wrote: Thread 1: contains internal or external server??? Thread 2: contains internal or external server??? With Regards, Suvendu -Original Message- From: gpub

RE: connection refused ????? any idea why did this happend

2009-05-08 Thread Suvendu_Mohapatra
Since thread 1 is an internal server, it does not need any proxy to connect it. So it is working fine for you. But for thread 2 it need some proxy server to connect it Just start jmeter with -H myproxy.com -P port -a uid -p pwd Uid and pwd to be supplied if it is needed. Otherwise write

How to specify different send parameters for each thread but same across all the samplers under the Thread group

2009-05-08 Thread indireddysankar
Hi, In my test plan , i need to send Diffrent MSISDNs for each thread but same MSISDN has to be used for all the samplers inside the thread. ex: ThreadGroup(50,1,1) Simplecontroller HttpSampler1(TEXT1) Response assertion1

Re: Increasing Memory Usage

2009-05-08 Thread sebb
On 08/05/2009, drubix andrew.schr...@gmail.com wrote: I've got 3 HTTPClient Samplers which make the requests then I've got 2 test actions (for think times), a couple of simple controllers to signify grouping (I cut this small section out of a much larger test plan), a loop controller and

Re: How to specify different send parameters for each thread but same across all the samplers under the Thread group

2009-05-08 Thread sebb
On 08/05/2009, indireddysankar indireddysan...@gmail.com wrote: Hi, In my test plan , i need to send Diffrent MSISDNs for each thread but same MSISDN has to be used for all the samplers inside the thread. ex: ThreadGroup(50,1,1) Add a CSV Dataset config item here. or User

downloading and uploading with the HTTP sampleer

2009-05-08 Thread Jannetta Steyn
Hi Folks I'm not sure whether I'm on the right track here to accomplish what I intend to, but any pointers would be welcomed. I want to download a file (via HTTP using the HTTP sampler), then I want to save the file and upload it again later in the test. I created a HTTP Sampler that seems to

Re: downloading and uploading with the HTTP sampleer

2009-05-08 Thread sebb
On 08/05/2009, Jannetta Steyn janne...@henning.org wrote: Hi Folks I'm not sure whether I'm on the right track here to accomplish what I intend to, but any pointers would be welcomed. I want to download a file (via HTTP using the HTTP sampler), then I want to save the file and upload it

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-08 Thread sebb
OK, I see. BTW, I think I have fixed the bug. On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: I meant that if I use two different thread groups I can have the module controller have the same name. (but just 1 per thread group with the same name) regards deepak On Thu, May 7,

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-08 Thread Deepak Shetty
Hi thanks. I wont be able to test out the fix anytime soon though , test writing is taking precedence :) regards deepak On Fri, May 8, 2009 at 10:27 AM, sebb seb...@gmail.com wrote: OK, I see. BTW, I think I have fixed the bug. On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: I

Re: downloading and uploading with the HTTP sampleer

2009-05-08 Thread Jannetta Steyn
See: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file Add this as a child of the sampler (so it only saves that file). That worked. Thank you very much. You'll have to see what file name it generates and use that, but it won't change unless

How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-08 Thread Nguyen Dao
Hi everyone, I am new to JMeter and new to the field of Software Testing. I have a problem that I hope some of you would have the time to help me with. I have searched the archived email threads but did not get any hits. We have an AJAX application in which one user action (such as a click on

Re: downloading and uploading with the HTTP sampleer

2009-05-08 Thread sebb
On 08/05/2009, Jannetta Steyn janne...@henning.org wrote: See: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file Add this as a child of the sampler (so it only saves that file). That worked. Thank you very much. You'll

Re: How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-08 Thread Deepak Shetty
Hi use the transaction controller from Under Add Logic Controller and create all your requests under it regards deepak On Fri, May 8, 2009 at 1:55 PM, Nguyen Dao mr.nguyen...@gmail.com wrote: Hi everyone, I am new to JMeter and new to the field of Software Testing. I have a problem that I