Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread ashish261080
I tried with the CSV also but of no use. I am attaching the screenshots if you could help me figure out the reason. http://www.nabble.com/file/p19307965/CSV%2BData%2Bset%2Bconfig.jpeg http://www.nabble.com/file/p19307965/ThreadGroup.jpeg http://www.nabble.com/file/p19307965/results.jpeg

RE: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread Mishra, Ajay
Hi, I think you missed out to define the Value field in the HTTP Request page. If you have defined the text files with user name and password then in the value field you have to mention ${username} and ${password}. Ajay -Original Message- From: ashish261080 [mailto:[EMAIL PROTECTED]

Re: Recording Seibel 7.8 application in JMeter?

2008-09-04 Thread sebb
On 04/09/2008, Srinivasulu [EMAIL PROTECTED] wrote: Can we record the Seibel 7.8 application in JMeter? Can you drive the application using a standard browser? If so, then use the JMeter Proxy recorder to record a session. If possible then tell me the procedure and other related things.

Re: Nothing recorded using HTTP Proxy

2008-09-04 Thread sebb
On 04/09/2008, Banerjee, Tapan [EMAIL PROTECTED] wrote: Browser works fine even after I stop the Proxy...pages are displayed as usual. In that case, the browser is not using the proxy setting. Check the browser documentation. As told the proxy is also started bt nothing is recorded in

RE: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread ashish261080
Thanks Ajay...That did help but for each thread that is run it is picking only the first line of the CSV file. I want that for each new request, new values from CSV should be picked. My csvdata.txt under the bin folder has the following contents- username1,password1 username2,password2

Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread sebb
On 04/09/2008, ashish261080 [EMAIL PROTECTED] wrote: Thanks Ajay...That did help but for each thread that is run it is picking only the first line of the CSV file. I want that for each new request, new values from CSV should be picked. My csvdata.txt under the bin folder has the

error in intsum

2008-09-04 Thread Jose Castro
GETTING THIS ERROR WHILE EXECUTING THIS SAMPLE BEANSHELL ${__intSum(${voip_counter},1,voip_counter)} voip_counter defined in user_parameters as 7873429150 Thread Name: Create Data QA19 1-1 Sample Start: 2008-09-04 11:44:03 VET Load time: 0 Latency: 0 Size in bytes: 0 Sample Count: 1 Error

Re: Stress testing with JMeter - HTTP User Parameter Modifier

2008-09-04 Thread ashish261080
Thanks so muchthere was indeed problem in sharing mode of thread. Problem resolved :) sebb-2-2 wrote: On 04/09/2008, ashish261080 [EMAIL PROTECTED] wrote: Thanks Ajay...That did help but for each thread that is run it is picking only the first line of the CSV file. I want that for

conuters not working inside loop

2008-09-04 Thread Jose Castro
Please help before I go mad. I am using jmeter to create data. I have my counters that start from X number and they are suppose to go up by one. I have a loop controller that is going to be executed 4 times. Each time my counter is supposed to increment by one so that the next call gets a new

Displaying JMeter reports in CruiseControl

2008-09-04 Thread Braulio
Hi All, I've successfully integrated JMeter and Cruise Control by using JMeter Ant Task. So now I can run automated nightly load tests on the QA environment. Unfortunately, I'm not able to make CC display the JMeter-generated HTML reports. Here are some details: * In order to create the JMeter

Failed to send parameters with POST HTTP request

2008-09-04 Thread zhang july
Hi, all I am using Jmeter2.2. I am trying send an POST HTTP request with 3 parameters to our web server. The request is like http://hostname/test?DESTINATION=1234PORT=80REQUESTURI=/ If I set Path to/test and add 3 parameters in the table in the section for HTTP Request, all 3 parameters

Re: error in intsum

2008-09-04 Thread sebb
On 04/09/2008, Jose Castro [EMAIL PROTECTED] wrote: GETTING THIS ERROR WHILE EXECUTING THIS SAMPLE BEANSHELL ${__intSum(${voip_counter},1,voip_counter)} voip_counter defined in user_parameters as 7873429150 Thread Name: Create Data QA19 1-1 Sample Start: 2008-09-04 11:44:03 VET

Re: Failed to send parameters with POST HTTP request

2008-09-04 Thread sebb
On 04/09/2008, zhang july [EMAIL PROTECTED] wrote: Hi, all I am using Jmeter2.2. I am trying send an POST HTTP request with 3 parameters to our web server. Current version is 2.3.2. The request is like http://hostname/test?DESTINATION=1234PORT=80REQUESTURI=/ If I set Path to/test

Re: conuters not working inside loop

2008-09-04 Thread sebb
On 04/09/2008, Jose Castro [EMAIL PROTECTED] wrote: Please help before I go mad. I am using jmeter to create data. I have my counters that start from X number and they are suppose to go up by one. I have a loop controller that is going to be executed 4 times. Each time my counter is