Global counter

2011-08-18 Thread Heinz Drews
Hello, I'm using a global CounterConfig which is incremented once per thread. For testing I use following simple Testplan: ThreadGroup (Threads 10) +OnceOnlyController ++CounterConfig (Start 1, Increment 1, ref TC) +DebugSampler +WhileController ++DebugSampler The DebugSampler inside the WhileCo

Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Nisha G.
Hello Friends, I am newbie to JMeter. While working on creation of JMeter scripts I stuck on one scenario and cannot move ahead. Login to App-->Search with wild card *-->System display's 15 to 100 records which are getting updated in a flash-->Select some odd number of records from 100 rows and D

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Adrian Speteanu
Hi, You are getting an error message, not a incorrect list of results, therefore, you should look into the message of the error to see what is wrong (all solutions start from knowing the problem). Do you a session cookie so that the virtual user stays logged in the application after log in? Regar

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Nisha G.
Hello Adrian, For session, I am using a regular expression and I have handled that point. While executing JMeter sends the same value of the parameter called as "SelectedItems" as below when I recorded the scenario. "itemname_sort%3DItem_1_PART_101%60org_itemname_sort%3DVISTEON%60id%3D58680%7Cnam

Re: Global counter

2011-08-18 Thread Adrian Speteanu
Hi, According to the position of the counter, this is expected behaviour - you are getting the value of the counter as you can use it (if you need the max value of the counter at any time, I don't think this is how you want to approach this). You place the counter as child to the thread group as y

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Adrian Speteanu
Sidepoint: you should also consider this a trivial bug - you're doing something a little wrong with your query then you should get 400 response code not 500, that is when something goes wrong server side (and I doubt its the second, but do mention this to the developers). Read: http://www.w3.org/Pr

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Nisha G.
Hi Adrian, Thanks a lot for such a brief explanation and suggestions mentioned. I think, I should dig into the problem first step by step. Regards, Nisha On Thu, Aug 18, 2011 at 5:32 PM, Adrian Speteanu wrote: > Sidepoint: you should also consider this a trivial bug - you're doing > something

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread sebb
On 18 August 2011 07:57, sprasad wrote: > I am getting this message while launching JMeter .bat file > > Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook > Picked up _JAVA_OPTIONS: -Xrunjvmhook > -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\ > bin\JAVA_S~1\classes;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\c

Re: Global counter

2011-08-18 Thread Heinz Drews
Hello, because I was using the global option I was expecting that one instance of the counter was used. I tried to place the CounterConfig as global element outside the ThreadController and then tried to increment via the __counter() function. But this was also not giving me a global counter. Th

Re: Global counter

2011-08-18 Thread sebb
On 18 August 2011 13:35, Heinz Drews wrote: > Hello, > > because I was using the global option I was expecting that one > instance of the counter was used. > > I tried to place the CounterConfig as global element outside the > ThreadController and then tried to increment via the __counter() > func

Re: jmeter recording

2011-08-18 Thread evanphelan
First read http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Proxy_Server Then watch the videos here created by a Jörg Erdmenger http://vimeo.com/search/videos/search:jmeter/st/46d4b7b3 -- View this message in context: http://jmeter.512774.n5.nabble.com/jmeter-recording-

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Bruce Ide
There are a couple of problems you're likely to run into with the recording sampler and dynamic content. The first is that the JsessionID is recorded along with everything else, then when you log out the session ID changes and it doesn't in your test. That can be resolved, as was mentioned, with a

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread Bruce Ide
Yeah QTP installs some environment variables that add that. This has interfered with jmeter tests at my company. Your best bet would probably be to make sure your jmeter startup batch file unsets those variables prior to running jmeter. If you do it in the jmeter startup it won't affect the systemw

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Deepak Shetty
The easiest way to figure out issues like these are if you have someone who can tell you what the problem on the server/application is (either you can read your application logs or you have a developer available to tell you) - it will tell you whether you are passing an incorrect value or you arent

[ANNOUNCE] JMeter 2.5 is released

2011-08-18 Thread Milamber
The Apache JMeter team announces the availability of Apache JMeter 2.5 r1158837. This is a new release which adds many new features and corrects a lot of bugs. JMeter 2.5 requires Java 1.5 or later to run. == All users are recommended to upgrade. == Apache JMeter is a Java application designed

Re: [ANNOUNCE] JMeter 2.5 is released

2011-08-18 Thread Frank Cohen
Congratulations JMeter team! -Frank On Aug 18, 2011, at 11:35 AM, Milamber wrote: > The Apache JMeter team announces the availability of Apache JMeter 2.5 > r1158837. > > This is a new release which adds many new features and corrects a lot of > bugs. > > JMeter 2.5 requires Java 1.5 or late

Re: [ANNOUNCE] JMeter 2.5 is released

2011-08-18 Thread Heinz Drews
Congratulations, a lot of great enhancements. - Heinz - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org

Re: [ANNOUNCE] JMeter 2.5 is released

2011-08-18 Thread Barrie Treloar
On Fri, Aug 19, 2011 at 4:05 AM, Milamber wrote: > The Apache JMeter team announces the availability of Apache JMeter 2.5 > r1158837. > > This is a new release which adds many new features and corrects a lot of > bugs. > > JMeter 2.5 requires Java 1.5 or later to run. Are library version incremen

Re: [ANNOUNCE] JMeter 2.5 is released

2011-08-18 Thread sebb
On 19 August 2011 02:03, Barrie Treloar wrote: > On Fri, Aug 19, 2011 at 4:05 AM, Milamber wrote: >> The Apache JMeter team announces the availability of Apache JMeter 2.5 >> r1158837. >> >> This is a new release which adds many new features and corrects a lot of >> bugs. >> >> JMeter 2.5 require

V2.5 - Additional arguments not kept in JavaSamplers

2011-08-18 Thread Heinz Drews
Hi, In Version 2.5 arguments cannot be added persistently to the list. All changes to the parameter list are lost when another element ist selected and then return to the JavaSampler. - Heinz - To unsubscribe, e-mail: jmeter-us

Re: V2.5 - Additional arguments not kept in JavaSamplers

2011-08-18 Thread sebb
On 19 August 2011 03:12, Heinz Drews wrote: > Hi, > > In Version 2.5 arguments cannot be added persistently to the list. This is true of previous versions as well. > All changes to the parameter list are lost when another element ist > selected and then return to the JavaSampler. If you write y

Re: V2.5 - Additional arguments not kept in JavaSamplers

2011-08-18 Thread Heinz Drews
Hi Sebb, the version I'm using preserves the arguments, it shows V2.4 R961953. I have own JavaSamplers, which method I have to overwrite to get the arguments in V 2.5 also? - Heinz On Fri, Aug 19, 2011 at 04:43, sebb wrote: > On 19 August 2011 03:12, Heinz Drews wrote: >> Hi, >> >> In Version

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread sprasad
Hi Bruce, Thanks for the reply. I have one more when I am launching JMeter in another VM - I am getting this below message: "Warning: The flag MaxLiveObjectEvacuationRatio=20 has been EOL'd as of 6.0_24 and will be ignored" I want to know why it is coming in the cmd - and what are the implicati

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread sprasad
Also, how to unset those variables prior to running JMeter. please let me know. Cheers, Sd On Thu, Aug 18, 2011 at 7:14 PM, Bruce Ide [via JMeter] < ml-node+4712150-254558935-230...@n5.nabble.com> wrote: > Yeah QTP installs some environment variables that add that. This has > interfered with jme

"Warning: The flag MaxLiveObjectEvacuationRatio=20 has been EOL'd as of 6.0_24 and will be ignored"

2011-08-18 Thread sprasad
Hi, I have one more query, when I am launching JMeter in another VM - I am getting this below message: "Warning: The flag MaxLiveObjectEvacuationRatio=20 has been EOL'd as of 6.0_24 and will be ignored" I want to know why it is coming in the cmd - and what are the implicationsPlease suggest

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread Deepak Shetty
jmeter.bat/sh has this flag. its valid if your JVM is Java 5.0 or less. Its no longer needed with Java 6.0 and since you are running Jmeter on Java 6.0 you get this warning. The warning can be safely ignored , or if you want remove this flag from jmeter.bat/sh On Thu, Aug 18, 2011 at 9:52 PM, spr

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread Deepak Shetty
set JAVA_OPTIONS= set JAVA_TOOL_OPTIONS= towards the start of your jmeter.cmd file On Thu, Aug 18, 2011 at 9:54 PM, sprasad wrote: > Also, how to unset those variables prior to running JMeter. please let me > know. > > Cheers, > Sd > > On Thu, Aug 18, 2011 at 7:14 PM, Bruce Ide [via JMeter] < >

Upgrading of libraries (was Re: [ANNOUNCE] JMeter 2.5 is released)

2011-08-18 Thread Barrie Treloar
On Fri, Aug 19, 2011 at 10:59 AM, sebb wrote: >> Are library version increments noted in the change log? > > Generally, but we might have missed some. > >> Its possible I missed them at http://jakarta.apache.org/jmeter/changes.html >> And I really have trouble grokking bugzilla :) >> e.g. how do y

Re: V2.5 - Additional arguments not kept in JavaSamplers

2011-08-18 Thread Barrie Treloar
On Fri, Aug 19, 2011 at 12:26 PM, Heinz Drews wrote: > Hi Sebb, > > the version I'm using preserves the arguments, it shows V2.4 R961953. > > I have own JavaSamplers, which method I have to overwrite to get the > arguments in V 2.5 also? I'm using v2.4 r961953 too and it definitely deletes these

Re: jmeter recording

2011-08-18 Thread NishaG.1201
Hi Aliza, Kindly checkout the Port Setting on Browser side and in Workbench element, they should match. Regards, Nisha -- View this message in context: http://jmeter.512774.n5.nabble.com/jmeter-recording-tp4695814p4714708.html Sent from the JMeter - User mailing list archive at Nabble.com. --