CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread bacham
I want to run a test with 5 thread, each of which runs as a different user. To do that, I'm using a CSV Data Set to store the 5 user/passwords pairs. All works fine when my ramp up time is 0: each thread gets assigned a different user/password. However, when I set the ramp up time to, say 5

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread sebb
On 03/10/2008, bacham [EMAIL PROTECTED] wrote: I want to run a test with 5 thread, each of which runs as a different user. To do that, I'm using a CSV Data Set to store the 5 user/passwords pairs. All works fine when my ramp up time is 0: each thread gets assigned a different

Re: how do I pass a value obtained in Thread Group 1 (with XPath Extractor from a WebService(SOAP) Request) to Thread Group 2 for use as input to WebService(SOAP) Request

2008-10-03 Thread sebb
On 02/10/2008, sebb [EMAIL PROTECTED] wrote: On 02/10/2008, Mark24 [EMAIL PROTECTED] wrote: My untrained eye cannot fault my test. Can anyone see where I've done something wrong please? Expected result: The console shows: In First Thread: 417E9AFE-1690-DD11-8B26-005056C8

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread bacham
I loop 3 times. You are right. It only happens when the first thread ends before all threads have been initialised. So I need to make sure that when my last thread starts, the first one has not finished. Thanks Hicham sebb-2-2 wrote: How many loops are there in the thread group? The

Re: CSV Data Set: Assignement of users to threads wrong when ramp up time 0

2008-10-03 Thread sebb
On 03/10/2008, bacham [EMAIL PROTECTED] wrote: I loop 3 times. You are right. It only happens when the first thread ends before all threads have been initialised. So I need to make sure that when my last thread starts, the first one has not finished. Or change the Thread Group to loop

Automatic Counting of Child Samples?

2008-10-03 Thread Michael McDonnell
Is there a way to automatically count the child samples in a thread group? My test is for a web application, and one run through a scenario is 55 http requests, another is 62 http requests. Is there a way to just generically set the Constant Throughput Timer at the bottom of the thread group and

Re: Automatic Counting of Child Samples?

2008-10-03 Thread sebb
On 03/10/2008, Michael McDonnell [EMAIL PROTECTED] wrote: Is there a way to automatically count the child samples in a thread group? My test is for a web application, and one run through a scenario is 55 http requests, another is 62 http requests. Is there a way to just generically set

Extract data from http request result page

2008-10-03 Thread Jose Castro
Hello, In order to support my testing I want to create web pages that return data from different sources. What I am thinking is that I should have a generic csv extractor, so that all my pages return data in csv format So for exmaple, I could have http://localhost/getnameinfo.php and that page

Test while navigating from one page to another page

2008-10-03 Thread Ganesh Mamidi
Hi, This is Ganesh Mamidi, I have to test the performance while navigating from one page to another page. Example: I have OrderSearchPage.jsp,here i give orderid as the input and click search,if orderid is correct then it hase to be navigated to OrderSummarypage.jsp.

Re: Test while navigating from one page to another page

2008-10-03 Thread Himanshu Ghai
please create a script where in you send the requests you want.. read a jmeter tutorial..use some experienced person's direct help.. I hope i made it in time.. Thanks Himanshu On Fri, Oct 3, 2008 at 10:23 AM, Ganesh Mamidi [EMAIL PROTECTED] wrote: Hi, This is Ganesh Mamidi, I

Re: Extract data from http request result page

2008-10-03 Thread sebb
On 03/10/2008, Jose Castro [EMAIL PROTECTED] wrote: Hello, In order to support my testing I want to create web pages that return data from different sources. What I am thinking is that I should have a generic csv extractor, so that all my pages return data in csv format So for

GUI client hangs trying to start remote test

2008-10-03 Thread Adam Monsen
Not sure why. Server is running on port 10130; I can telnet to that port successfully. My issue seems similar to this poster: http://tinyurl.com/3k6r8p Any ideas? 2008/10/03 15:33:20 ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 75.149.167.25;

Re: GUI client hangs trying to start remote test

2008-10-03 Thread sebb
On 03/10/2008, Adam Monsen [EMAIL PROTECTED] wrote: Not sure why. Server is running on port 10130; I can telnet to that port successfully. My issue seems similar to this poster: http://tinyurl.com/3k6r8p Any ideas? 2008/10/03 15:33:20 ERROR - jmeter.engine.ClientJMeterEngine:

Re: GUI client hangs trying to start remote test

2008-10-03 Thread Adam Monsen
On Fri, Oct 3, 2008 at 4:28 PM, sebb wrote: What does the server log show? http://pastey.net/97461 What does the start of the client log show? http://pastey.net/97460 -- Adam Monsen - To unsubscribe, e-mail: [EMAIL

Re: GUI client hangs trying to start remote test

2008-10-03 Thread Adam Monsen
And here's the JMeter script: http://tinyurl.com/43deda I've changed the hostname and some parameters of the test plan since this is a public mailing list. On Fri, Oct 3, 2008 at 4:45 PM, Adam Monsen [EMAIL PROTECTED] wrote: On Fri, Oct 3, 2008 at 4:28 PM, sebb wrote: What does the server log

Re: GUI client hangs trying to start remote test

2008-10-03 Thread sebb
On 03/10/2008, Adam Monsen [EMAIL PROTECTED] wrote: And here's the JMeter script: http://tinyurl.com/43deda I've changed the hostname and some parameters of the test plan since this is a public mailing list. Are the IP addresses XXX.XXX.XXX.XXX in the client and server logs the same?

Re: GUI client hangs trying to start remote test

2008-10-03 Thread Adam Monsen
On Fri, Oct 3, 2008 at 4:59 PM, sebb [EMAIL PROTECTED] wrote: Are the IP addresses XXX.XXX.XXX.XXX in the client and server logs the same? Yes. The start of the log is missing. Whoops, sorry about that. Here's the full server log: http://pastey.net/97465 -- Adam Monsen

Re: GUI client hangs trying to start remote test

2008-10-03 Thread sebb
The client log shows: IP: 127.0.1.1 Name: scraps FullName: scraps which means that the client /etc/hosts is not set up correctly. However, that normally only affects the server. Normally, the error Connection refused to host means that the client cannot connect to the host, but you say that