Are there any customized XSLs?

2006-11-30 Thread Manjula Priyantha
Hi, I'm using the existing XSL for the transformation of Jmeter results xml. But I think the way of report is not the best. If you guys have any customized XSL files please send me privately. It would be save my time and effort. Thanks Regards, Manjula

RE: regular expression extractor problems

2006-11-30 Thread Gantcho.Kojuharov
Oops! Posted on the worng thread. Sorry about that. Here I go again: For testing regex I'd really recommend http://rexv.org/ - it is a great online regex evaluation engine with support for different regex systems and modifiers. Cheers! Gantcho -Original Message- From: Kyle Schmitt

Go to the first request if response contains some fixed text.

2006-11-30 Thread Choudhury
Dear All, Our test script is very much dependent on regular expression extractors. The parameterization goes awry if from any of the responses the RE extractor doesn't return the correct values. Some times responses to any of the requests in the test script is returning an

Re: regular expression extractor problems

2006-11-30 Thread sebb
This could be added to the Wiki ... On 30/11/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Oops! Posted on the worng thread. Sorry about that. Here I go again: For testing regex I'd really recommend http://rexv.org/ - it is a great online regex evaluation engine with support for different

Re: Is there a bug in Cookie Manager

2006-11-30 Thread sebb
Perhaps the application relies on URL rewriting rather than Cookies. You'll need to ask the application developers if you are not sure. If so, have a look at: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_URL_Re-writing_Modifier S. On 30/11/06, deepak va [EMAIL

response time calculation

2006-11-30 Thread socio_pal
Hi: while running a performance test in Jmeter, is there a way to find out the response time for each JDBC sampler that I use in the script? I have added the Aggregate Graph listener, is the MIN and MAX values the response time? If so, are they in milliseconds? Please explain as I couldn't find

Re: response time calculation

2006-11-30 Thread sebb
On 30/11/06, socio_pal [EMAIL PROTECTED] wrote: Hi: while running a performance test in Jmeter, is there a way to find out the response time for each JDBC sampler that I use in the script? I have added http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_in_Table

Method level response time

2006-11-30 Thread rbaisak
I am using JMeter to test an web application application. Is it possible to get any report/graph/statistics that can show time consumed by each method for execution. I need to analyze very low level details. Something like time consumed by each method. Thanks a lot in advance - R

Interleave controllers and User defined variables

2006-11-30 Thread Kyle Schmitt
Another probably newb question Is there a way to get user defined variables to work inside of interleave controllers? I tried plain User Defined Variables inside of the interleave, and when that didn't work, I tried using simple controllers to hold them, still no go. Some details: I've

Xml Schema Assertion - fails on CDATA

2006-11-30 Thread amelaao
Hi, I'm using Xml Schema Assertion to validate bunch of XML response files. Some of the XML contain some CDATA elements and my validation fails on them. Can I do anything to turn off validation for CDATA section. Thanks, Amela

how to remove embedded ampersand in HTTP request

2006-11-30 Thread Ed Young
I'm trying to generate a series of http requests using the HTTP Request sampler and a Command From File as the parameter to pass to a base path. The resulting URL always has an embedded ampersand just before the parameter I read from the file: GET

Re: Method level response time

2006-11-30 Thread sebb
On 30/11/06, rbaisak [EMAIL PROTECTED] wrote: I am using JMeter to test an web application application. Is it possible to get any report/graph/statistics that can show time consumed by each method for execution. I need to analyze very low level details. Something like time consumed by each

Re: Interleave controllers and User defined variables

2006-11-30 Thread sebb
On 30/11/06, Kyle Schmitt [EMAIL PROTECTED] wrote: Another probably newb question Is there a way to get user defined variables to work inside of interleave controllers? I tried plain User Defined Variables inside of the interleave, and when that didn't work, I tried using simple

Problem while running Jmeter remotely

2006-11-30 Thread gubbu gubbu
I can run Jmeter(same version) on 2 machines independently without any problem.However if I try to run the tests remotely it fails with the following exception? Could JDK be an issue ? Anyone know how to point to the exact JDK on windows or what this error means ? ERROR -

Benny Rogiers is out of the office.

2006-11-30 Thread Benny . Rogiers
I will be out of the office starting 01/12/2006 and will not return until 04/12/2006. I will respond to your message when I return.

BeanShell PostPocessor not working

2006-11-30 Thread bvm
I am trying to run the BeanShell PostProcessor in JMeter 2.2, but have not been successful so far. I have tried to run an empty script, as well as a script with one line of code, but in both case I am getting exceptions in the error log. Am I missing some basic setup? Thanks in advance! bvm

RE: BeanShell PostPocessor not working

2006-11-30 Thread Wallace Peng
Do u have bsh-2.0b4.jar in your lib directory? Wallace -Original Message- From: bvm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 4:10 PM To: jmeter-user@jakarta.apache.org Subject: BeanShell PostPocessor not working I am trying to run the BeanShell PostProcessor in

HTTP Request sampler

2006-11-30 Thread rmiller
I have a newbie question. It appears that the the HTTP Request sampler does not retrieve embedded resources by default. I presume this is the reason for the check box at the bottom of the control panel, Retrieve All Embedded Resources from HTML Files, which is unchecked by default. I want to

RE: BeanShell PostPocessor not working

2006-11-30 Thread bvm
That was it! I was missing bsh-2.0b4.jar in the lib directory. Thank you!!! Wallace Peng wrote: Do u have bsh-2.0b4.jar in your lib directory? Wallace -Original Message- From: bvm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006 4:10 PM To:

Re: HTTP Request sampler

2006-11-30 Thread sebb
On 01/12/06, rmiller [EMAIL PROTECTED] wrote: I have a newbie question. It appears that the the HTTP Request sampler does not retrieve embedded resources by default. I presume this is the reason for the check box at the bottom of the control panel, Retrieve All Embedded Resources from HTML

Re: Problem while running Jmeter remotely

2006-11-30 Thread sebb
This looks as though the JMeter versions are different - are you sure they are identical? If so, then it must be the JDKs calculating different serial version ids. Make sure you are running the same version of Java on both systems. S. On 30/11/06, gubbu gubbu [EMAIL PROTECTED] wrote: I can

Re: HTTP Request sampler

2006-11-30 Thread rmiller
Thanks, that's simple enough sebb-2 wrote: On 01/12/06, rmiller [EMAIL PROTECTED] wrote: I have a newbie question. It appears that the the HTTP Request sampler does not retrieve embedded resources by default. I presume this is the reason for the check box at the bottom of the control

Re: Is there a bug in Cookie Manager

2006-11-30 Thread deepak va
Hi Sebb, To overcome this problem i had the jsessionid after every URL and it works. I do the following to every request. /context-root/index.jsp;jsessionid=AA /context-root/home.jsp;jsessionid=AA /context-root/overviewsummary.jsp;jsessionid=AA I donot have to add