Jmeter-Test

2013-03-21 Thread madhu sekhar
to JMeter Hi Team, We have to run a test with 100 threads and Total test time 30 minutes. *Test is as below:* 1. Create session 2. run Query -- This step should be in run-time controller with some X time. 3. Close session Precondition: To run the test is in the total test time, 25 minutes sho

Jmeter-Test Settings

2013-03-21 Thread madhu sekhar
Hi Team, We have to run a test with 100 threads and Total test time 30 minutes. *Test is as below:* 1. Create session 2. run Query -- This step should be in run-time controller with some X time. 3. Close session Precondition: To run the test is in the total test time, 25 minutes should use as

Jmeter Request - Response Clarification in distributed environment

2013-03-21 Thread Srinivasa Tekkatte Shenoy
Hi All, I have a distribute JMeter environment with 1 master and 4 slave VMs. The Jmeter sends a Soap Request and receives the response time. Aggregate Graph listener receives 90% Line. It is a response time Could you please clarify the following * Response time is from soap req

Jmeter Request - Response Clarification

2013-03-21 Thread Srinivasa Tekkatte Shenoy
Hi All, The Jmeter sends a Soap Request and receives the response time. Could you please clarify Response time is from soap request to soap response or server received request to server response time. Thank You Regards Shenoy --

Re: JMeter Plugin with Sonar

2013-03-21 Thread Carlos Fillol Sendra
Hi Niraj, Last JMeter Sonar Plugin release is 0.2 but I recomend you to use last 0.3 snapshot because is more stable than version 0.2. JMeter Sonar Plugin will try to get jtl info when 'mvn sonar:sonar' is invoked. So you will have to: - Configure and run jmeter-report-server in the remote m

RE: WHILE controller problem

2013-03-21 Thread BOLB (Bohdan L Bodnar)
The problem has been fixed. Sometimes, it's useful to look at the very basics instead of thinking about complex matters. -Original Message- From: BOLB (Bohdan L Bodnar) [mailto:b...@panduit.com] Sent: Thursday, March 21, 2013 11:01 AM To: JMeter Users List Subject: RE: WHILE controller

RE: WHILE controller problem

2013-03-21 Thread BOLB (Bohdan L Bodnar)
I forgot to add: I put in the WHILE statements. Without them, the script (usually) works as intended. Bo -Original Message- From: BOLB (Bohdan L Bodnar) Sent: Thursday, March 21, 2013 10:15 AM To: JMeter Users List Subject: WHILE controller problem I've a problem that has me (and so

WHILE controller problem

2013-03-21 Thread BOLB (Bohdan L Bodnar)
I've a problem that has me (and some of the guys here) stumped. I'm running on a XP box with Java 1.6.0_39; the problem's also present on a server running MS SERVER 2008 R2 with the same version of Java. Jmeter version is 2.9. The script was created by using Jmeter's proxy server. The script

Re: Using HTTP Request parameters in Response Assertion

2013-03-21 Thread sebb
On 21 March 2013 11:46, Jakob van Bethlehem wrote: > Hej Sergio, > > Thanks for responding, but I guess I wasn't clear enough, or maybe I'm the > one missing something obvious. Let me try to be extremely specific, by > drawing a simple test plan: > Simple Controller > +- HTTP Request Defaults >

RE: Regular expression extractor assistance requested

2013-03-21 Thread BOLB (Bohdan L Bodnar)
Thank you, Deepak! Bo -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Thursday, March 14, 2013 3:12 PM To: JMeter Users List Subject: Re: Regular expression extractor assistance requested hi does this not work (for the number part) -?[0-9]+ . You can use \d for

Re: Using HTTP Request parameters in Response Assertion

2013-03-21 Thread Jakob van Bethlehem
Hej Sergio, Thanks for responding, but I guess I wasn't clear enough, or maybe I'm the one missing something obvious. Let me try to be extremely specific, by drawing a simple test plan: Simple Controller +- HTTP Request Defaults +- HTTP Request 1 +- HTTP Request 2 +- HTTP Request 3 +- HTTP Reque

Re: Using HTTP Request parameters in Response Assertion

2013-03-21 Thread Sergio Boso
Il 20/03/2013 14:17, Jakob van Bethlehem ha scritto: Dear users, Is there some non-trivial way to access the parameters that were passed in a request in the corresponding Response Assertion. The main idea is to have a set of different HTTP Requests with slightly different parameters, that all

Re: JMeter Plugin with Sonar

2013-03-21 Thread Niraj
I will check with Sonar folks if they can help me. If i am able to resolve this then i will add solution in thread. Thanks! On Thu, Mar 21, 2013 at 3:25 PM, Adrian Speteanu wrote: > Oops, I shouldn't have assumed you're running it in/with Jenkins. I'm stuck > then also. Maybe the people from Sona

Re: JMeter Plugin with Sonar

2013-03-21 Thread Adrian Speteanu
Oops, I shouldn't have assumed you're running it in/with Jenkins. I'm stuck then also. Maybe the people from Sonar can help you. Regards, Adrian S On Thu, Mar 21, 2013 at 8:59 AM, Niraj wrote: > Nope. I have setup Sonar and provided .JTL file in JMeter configurations. > > On Wed, Mar 20, 2013 a

Re: About BeanShell

2013-03-21 Thread Jitesh Thakur
That's a very good method to script, another way is to use JSR223 sampler /Pre-Postprocessor and use any coding language to write your script (I prefer beanshell). You can call your script here and use different variables in parameters field which you can use in your script using args[] array and f

RE: NTLM Authentification

2013-03-21 Thread Jitesh Thakur
Negotiate by default use kerberos authentication and if that fails then turn to NTLM. Your HTTP4 authentication should work please check your auth manager parameters as: - Base URL: http://my.internal.site.com/ - Username: my.name / my.n...@my.company.com - Password: *** - Domain:

Re: JMeter Plugin with Sonar

2013-03-21 Thread Niraj
Nope. I have setup Sonar and provided .JTL file in JMeter configurations. On Wed, Mar 20, 2013 at 11:01 PM, Adrian Speteanu wrote: > You do have Jenkins with Sonar installed? and have you followed the > instructions regarding the Report Server? > > It should work just like any other plugin if eve