How to relogin after particular interval?

2008-05-08 Thread raja raman
Hi all, I have a scenario where I log in to my webapp and my session gets invalidated after 120 minutes.I have a plan where login page is added as the first request followed by a set of other http requests..Is there a provision where I would be able to execute the login page alone after

Re: Extending ThreadGroup

2008-05-08 Thread sebb
On 07/05/2008, Cédric Tabin [EMAIL PROTECTED] wrote: Hello, I'm trying to add my own ThreadGroup element to JMeter. I simply did a class that extends ThreadGroupGui and the related method that I want (getLabelResource, ...), but I doesn't shows up into the PopupMenu into JMeter :( Is

Can i use Jmeter for IIS server environment?

2008-05-08 Thread sutherson
Can i use jmeter for .NET application? These are development environment, o MS Windows XP – SP 2 o Crystal reports version 10 (Developer Edition) o SQL Server Enterprise Edition 2005 o SQL Server Management Console 2005 o MS-Dot NET Framework 2.0 o MS-C#

RE: Can i use Jmeter for IIS server environment?

2008-05-08 Thread Steve Kapinos
Can i use jmeter for .NET application? Yes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How do you read and use values from a file?

2008-05-08 Thread Steve Kapinos
Part of the confusion is caused by the fact that user defined variables at the test plan level are visible to the entire plan, and the reference is exactly the same ${varname} leading the first time users of JMeter to think that any variable is global. The docs specifically state that

Re: How do you read and use values from a file?

2008-05-08 Thread Michael Giroux
The docs specifically state that variables are local to threads. Yes, I see that now. It is mentioned in a highlighted box in 19. Functions and Variables topic. As I was hunting around the JMeter documentation, and came upon an entry in the Wiki asking whether users actually read the docs. I

Re: How to relogin after particular interval?

2008-05-08 Thread sebb
On 08/05/2008, raja raman [EMAIL PROTECTED] wrote: Hi all, I have a scenario where I log in to my webapp and my session gets invalidated after 120 minutes. Seems like your webapp is going to annoy users as well if it insists on timing out the user even if the session is active ... I

Regular Expression Extractor suggestion

2008-05-08 Thread Michael Giroux
It would be very handy to add a check box to the configuration dialog to allow the user to define a variable or a property. If the test plan needs to extract text that will ultimately be tested in a subsequent thread group, it is necessary to first extract the text using the regex extractor and

Re: testing Login page

2008-05-08 Thread sebb
On 08/05/2008, Jadoon [EMAIL PROTECTED] wrote: AOA I want to test a login page, on my local host. I have following in my thread group http request defaults http cookies manager http request sampler and result tree In request sampler, server name (local) is provided. method

Re: __setProperty does not trim property name

2008-05-08 Thread Michael Giroux
The documentation may not make clear that all spaces are significant, but equally it does not say that leading and trailing spaces are ignored. My expectation was that spaces were ignored. If this is not the case, it would be handy to make that point clear in the docs. Is there a reason

RE: How to make a test stop at a certain point?

2008-05-08 Thread Steve Kapinos
So you'll need the work-round below anyway (which does work for me). However you can use the following instead: + Java Request (set Status != OK) + + Synch timer + + Result Status Action Handler (Stop Test) I made a simple test plan to test how it would work like this Threadgroup

Re: __setProperty does not trim property name

2008-05-08 Thread sebb
On 08/05/2008, Michael Giroux [EMAIL PROTECTED] wrote: The documentation may not make clear that all spaces are significant, but equally it does not say that leading and trailing spaces are ignored. My expectation was that spaces were ignored. If this is not the case, it would be

Statistical Aggregate Report help

2008-05-08 Thread Ray Trejo
Hi, I have been using the Statistical Aggregate Report with jmeter version 2.3. I upgrade jmeter to 2.3.1. http://rubenlaguna.com/wp/better-jmeter-graphs/ I added the files necessary to have the report work. It works with my existing test plans. When I try to start a new test plan and

Re: Simple csv data iteration for all threads

2008-05-08 Thread efj
quote author=sebb-2-2 ... 2) How can I set up input numbered variables that the For Each controller needs to use. I know all the values I want to use inadvance. Is it as simple as setting them up as UDVs on the Test Plan itself and avoid the CSV all together?! Just thought of doing that

Re: How to make a test stop at a certain point?

2008-05-08 Thread sebb
On 08/05/2008, Steve Kapinos [EMAIL PROTECTED] wrote: So you'll need the work-round below anyway (which does work for me). However you can use the following instead: + Java Request (set Status != OK) + + Synch timer + + Result Status Action Handler (Stop Test) I made a

Re: __setProperty does not trim property name

2008-05-08 Thread Michael Giroux
OK, I can understand this from the parser point of view. How about the functions themselves? Is it realistic to allow variable and property names to contain leading and trailing spaces? Why not? Because spaces in these fields are not completely obvious in the configuration dialogs.

Re: Extending ThreadGroup

2008-05-08 Thread Cédric Tabin
Hello sebb, I would like to do that : 1) when you right-click the Test Plan add ThreadTest 2) The ThreadTest class will read a folder and for each file read, will create a Sampler (maybe JavaSampler, to see...) 3) You have the ThreadTest containing all the samplers for each file read. My second

Min and Max times are returning NaN

2008-05-08 Thread Susie Wang
I am using jmeter 2.3.1, running my scripts through Ant build file. There are four .xsl files in jmeter extras directory and none of them displayed correct min and max times. All of them show NaN in the html output file. The JDK I'm using is 1.6.0. I really appreciate any help or suggestions.

Re: Extending ThreadGroup

2008-05-08 Thread sebb
On 08/05/2008, Cédric Tabin [EMAIL PROTECTED] wrote: Hello sebb, I would like to do that : 1) when you right-click the Test Plan add ThreadTest 2) The ThreadTest class will read a folder and for each file read, will create a Sampler (maybe JavaSampler, to see...) 3) You have the

Re: Min and Max times are returning NaN

2008-05-08 Thread sebb
On 08/05/2008, Susie Wang [EMAIL PROTECTED] wrote: I am using jmeter 2.3.1, running my scripts through Ant build file. There are four .xsl files in jmeter extras directory and none of them displayed correct min and max times. All of them show NaN in the html output file. The JDK I'm

Re: Statistical Aggregate Report help

2008-05-08 Thread sebb
Works fine for me. You could try contacting the author. On 08/05/2008, Ray Trejo [EMAIL PROTECTED] wrote: Hi, I have been using the Statistical Aggregate Report with jmeter version 2.3. I upgrade jmeter to 2.3.1. http://rubenlaguna.com/wp/better-jmeter-graphs/ I added the

RE: Statistical Aggregate Report help

2008-05-08 Thread Ray Trejo
Are you using an existing test plan or an empty one and then adding it to a thread? Thank you, Ray Trejo Rackspace Quality Assurance Engineer Direct: (210) 312 - 5326 Email: [EMAIL PROTECTED] -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008

Re: Statistical Aggregate Report help

2008-05-08 Thread sebb
An empty one. On 08/05/2008, Ray Trejo [EMAIL PROTECTED] wrote: Are you using an existing test plan or an empty one and then adding it to a thread? Thank you, Ray Trejo Rackspace Quality Assurance Engineer Direct: (210) 312 - 5326 Email: [EMAIL PROTECTED] -Original

How to specify single line qualifier (?s) with a response assertion pattern?

2008-05-08 Thread Michael Giroux
my current pattern is some text.*heading +value (without the quotes) I wish the .* to match new-lines, so I have to specify the single line modifier, but I'm not able to figure out how to do that exactly. Thanks Michael Giroux

Re: How to specify single line qualifier (?s) with a response assertion pattern?

2008-05-08 Thread sebb
http://jakarta.apache.org/jmeter/usermanual/regular_expressions.html#line_mode On 08/05/2008, Michael Giroux [EMAIL PROTECTED] wrote: my current pattern is some text.*heading +value (without the quotes) I wish the .* to match new-lines, so I have to specify the single line modifier, but