Re: compare result with Reference file

2009-01-13 Thread Li Wei Nan
Where can we find this response log file? It seems "Save_Responses_to_a_file" field just let you indicate the prefix of the file, but cannot set the filepath. I tried to find this 'file' but failed. On Jan 14, 2009, at 12:47 AM, sebb wrote: Note that you can use "Save Responses to a File"

Re: Exception while using JDBC Request (UnsatisfiedLinkError)

2009-01-13 Thread sebb
On 13/01/2009, Subhani Shaik wrote: > > Hello, > > I am trying to make a JDBC test request. I am getting the following > exception. > I am using > DB2 V7.x as database. > JMeter V2.3.2 > Java 1.6 > OS: Windows XP > > To work with database drivers, we have 'db2java.zip' file which is to be

Why is JMeter encoding my request parameters

2009-01-13 Thread laredotornado
Hi, I'm using JMeter 2.3.2 on Win XP. I"m using the HTTP Proxy Server non-config element to record a series of JSF web pages I'm visiting. However, upon making a certain request, the controller is recording URL-encoded request parameters (the input name, not the input value), like "blsForm%3Afe

Re: Support for ASP.NET WebForm_PostBackOptions in JMeter

2009-01-13 Thread yaroslav1
First for all, you need to debug your code: 1) use "Debug" sampler (see manual) and "View Result Tree" as Listener; 2) for each request use different variable for for each HTTP, for example, after the first HTTP request "extract" data in "VIEWSTATE-1". You suppose to use in the second request thi

Exception while using JDBC Request (UnsatisfiedLinkError)

2009-01-13 Thread Subhani Shaik
Hello, I am trying to make a JDBC test request. I am getting the following exception. I am using DB2 V7.x as database. JMeter V2.3.2 Java 1.6 OS: Windows XP To work with database drivers, we have 'db2java.zip' file which is to be set in CLASSPATH of environment variables. Since, Jmeter require

Re: compare result with Reference file

2009-01-13 Thread sebb
Note that you can use "Save Responses to a File" http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file to save each response in a different file. Add this element as a child of the samplers whose responses you want to capture. [Or add it at the top-level i

RE: compare result with Reference file

2009-01-13 Thread Steve Kapinos
The general notion of what you are talking about are called Assertions. You apply tests to the results to mark them as good or not. How easy/hard to do this will vary based on how the data is presented and what you are comparing against. The simplest ideas are using regular expressions to hunt fo

Re: Frequency controller

2009-01-13 Thread sebb
On 13/01/2009, John Coleman wrote: > > > > -Original Message- > > From: sebb [mailto:seb...@gmail.com] > > > Sent: 13 January 2009 12:07 > > To: JMeter Users List > > Subject: Re: Frequency controller > > > > > On 13/01/2009, John Coleman wrote: > > 8< > > > We manipulate vars in be

compare result with Reference file

2009-01-13 Thread waqas ahmad
Hi to all, I am new to JMeter. i have learned that how can i placed a test in jmeter and how can i see the result with the help of different listeners. But how can i varify that this result which gave me the any listener, is correct or wrong. There is any way in Jmeter, where i can put s

RE: Frequency controller

2009-01-13 Thread John Coleman
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: 13 January 2009 12:07 > To: JMeter Users List > Subject: Re: Frequency controller > > On 13/01/2009, John Coleman wrote: 8< > > We manipulate vars in beanshell to produce a random frequency, and > > then need to tes

Re: Individual Thread execution log

2009-01-13 Thread Thomas Johnson
Just an idea, and probably not the solution that you're after, but you could try doing some post-processing on the log output. By default, JMeter's logging output includes thread group names and numbers. For example, you could probably use awk or grep to pull out the log entries for each group. Th

Individual Thread execution log

2009-01-13 Thread nattu
Hi everyone, i would like to know is it possible to generate a log file or a report which shows me execution of individual threads. i.,e. if i have 10 Threads, i want to see how each thread is executing indipendently the same scenario and for the same if i give loop count value as 10, how do th

Re: Frequency controller

2009-01-13 Thread sebb
On 13/01/2009, John Coleman wrote: > > -Original Message- > > From: sebb [mailto:seb...@gmail.com] > > Sent: 12 January 2009 19:43 > > To: JMeter Users List > > Subject: Re: Frequency controller > > > > On 12/01/2009, John Coleman wrote: > > > Hi, > > > > > > In our JMeter test

RE: Frequency controller

2009-01-13 Thread John Coleman
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: 12 January 2009 19:43 > To: JMeter Users List > Subject: Re: Frequency controller > > On 12/01/2009, John Coleman wrote: > > Hi, > > > > In our JMeter test we fire requests to the server every > second in a > > loop.