Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-03 Thread ashish261080
Hi, I want to simulate 1,000 requests on my web application each request passing different paramaters to the login.jsp file ie. 1000 different usernames and passwords to the login page. For that I defined set of users in an XML file named users.xml and saved it under the bin directory of

Re: Nothing recorded using HTTP Proxy

2008-09-03 Thread sebb
On 03/09/2008, Banerjee, Tapan [EMAIL PROTECTED] wrote: I was able to work in my office computer..but now in my Laptop, i dont have any proxy settings defined to access internet.. now when i am trying to record through HTTP proxy server in Jmeter nothing gets recorded. Steps Followed: 1.

Re: running jmeter testplan by ant renders NULLPOINTEXCEPTION

2008-09-03 Thread sebb
On 03/09/2008, Tracy Zhu [EMAIL PROTECTED] wrote: Hi Sebb, The problem is resolved, and the cause is there are two Include Controllers with duplicated name. OK, glad that is sorted. But there is another problem with ant-jmeter. There is a Response Assertion in a test plan, and the

Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-03 Thread sebb
On 03/09/2008, ashish261080 [EMAIL PROTECTED] wrote: Hi, I want to simulate 1,000 requests on my web application each request passing different paramaters to the login.jsp file ie. 1000 different usernames and passwords to the login page. For that I defined set of users in an XML file named

Re: problems with JMeter and Apache Load Balancer

2008-09-03 Thread DanielBreitner
Hei ... .it works !!! thank you very much !!! daniel breitner sebb-2-2 wrote: On 21/08/2008, Fitzpatrick, Adrian [EMAIL PROTECTED] wrote: Hi, Jmeter shouldnt do this - each thread should have its own seperate cookies. From the help documentation for the cookie manager - Each

Wait until resource becomes available instead of setting up static think time value

2008-09-03 Thread Andrew Melnyk
Hi gentleman, I'd like to know if is it possible to wait until some resource becomes available and use it (for example when page appears i'm going to clik a button on it or submit e.t.c.) instead of using static think time to wait that page, which could more than it's really necessary?. Thanks

increment counter

2008-09-03 Thread Jose Castro
I am trying to create a variable with a value and the increment that value manually I tried both 1. create a counter with a starting value 2. create the variable in the user parameters i created a beanshell sampler and use this code ${__intSum(${iptv_counter},1,${iptv_counter})}

Re: increment counter

2008-09-03 Thread sebb
On 03/09/2008, Jose Castro [EMAIL PROTECTED] wrote: I am trying to create a variable with a value and the increment that value manually I tried both 1. create a counter with a starting value 2. create the variable in the user parameters i created a beanshell sampler and use this code

Re: increment counter

2008-09-03 Thread Jose Castro
Thank you. That worked On Wed, Sep 3, 2008 at 5:41 PM, sebb [EMAIL PROTECTED] wrote: On 03/09/2008, Jose Castro [EMAIL PROTECTED] wrote: I am trying to create a variable with a value and the increment that value manually I tried both 1. create a counter with a starting value 2. create

Recording Seibel 7.8 application in JMeter?

2008-09-03 Thread Srinivasulu
Can we record the Seibel 7.8 application in JMeter? If possible then tell me the procedure and other related things. Thanks in advance for your help. Thanks, Srinivasulu -- View this message in context: http://www.nabble.com/Recording-Seibel-7.8-application-in-JMeter--tp19302767p19302767.html

RE: Nothing recorded using HTTP Proxy

2008-09-03 Thread Banerjee, Tapan
Browser works fine even after I stop the Proxy...pages are displayed as usual. As told the proxy is also started bt nothing is recorded in Jmeter. Is there anythn to do with the path... Any path settings to be made or some other thing that I might be missing..?? Thanks Regards Tapan Banerjee