Re: Unable to perform a JDBC request for phpmyadmin database (No suitable driver found for jdbc:mysql://localhost:3306/ck)

2014-01-23 Thread charan sethi
The issue is resolved. It was a case-sensitivity issue. I just had to change. JDBC Driver Class: com.mysql.jdbc.driver *To*: JDBC Driver Class: com.mysql.jdbc.Driver On Fri, Jan 24, 2014 at 12:40 PM, charan sethi wrote: > Hi ankush i have already done that many times. No luck > > > On Fri, J

Re: Unable to perform a JDBC request for phpmyadmin database (No suitable driver found for jdbc:mysql://localhost:3306/ck)

2014-01-23 Thread charan sethi
Hi ankush i have already done that many times. No luck On Fri, Jan 24, 2014 at 12:19 PM, ankush upadhyay wrote: > Hi charan sethi, > > Please put mysql connector into lib directory and then start jmeter again. > > > On Fri, Jan 24, 2014 at 12:04 PM, charan sethi >wrote: > > > Hi All > > > > I

Re: Unable to perform a JDBC request for phpmyadmin database (No suitable driver found for jdbc:mysql://localhost:3306/ck)

2014-01-23 Thread ankush upadhyay
Hi charan sethi, Please put mysql connector into lib directory and then start jmeter again. On Fri, Jan 24, 2014 at 12:04 PM, charan sethi wrote: > Hi All > > I am unable to perform a JDBC request to databse in phpmyadmin. I'm using > Xampp just to learn how to perform a JDBC request using Jmet

Unable to perform a JDBC request for phpmyadmin database (No suitable driver found for jdbc:mysql://localhost:3306/ck)

2014-01-23 Thread charan sethi
Hi All I am unable to perform a JDBC request to databse in phpmyadmin. I'm using Xampp just to learn how to perform a JDBC request using Jmeter. This is the configuration i have used in the JDBC confif element(Jmeter version is 2.10) variable name: mydb JDBC URL:jdbc:mysql://localhost:3306/ck whe

Re: JMeter and Richfaces FileUpload on Flash mode

2014-01-23 Thread Deepak Shetty
Do you have a demo that is open to the public? or is it the same as http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=fileUpload regards deepak On Thu, Jan 23, 2014 at 5:25 AM, Flavio Cysne wrote: > Dear users, > > did you have any test case that used a Richfaces FileUpload

Re: How can response xml values can be saved to a CSV file?

2014-01-23 Thread Deepak Shetty
This will kill the amount of load you can generate from Jmeter (think if you run this in parallel with many threads). See sample_variables in jmeter,properties to specify which variables you want written into the standard JMeter output files On Thu, Jan 23, 2014 at 10:44 AM, Jayesh Guru wrote: >

Re: How to write EJB Script?

2014-01-23 Thread Deepak Shetty
Do you have a standalone java client program written that invokes the EJB? if yes then we can help , if not this is the wrong forum. So start with that - write a simple java standalone client(nothing to do with JMeter) that invokes your EJB and get that running(plenty of google tutorials)... after

Re: How to record Registration page and replay using HTTP Request Sampler and also parameterise some fields in the forms?

2014-01-23 Thread Jayesh Guru
I have found a good doc to follow for HTTP test recording. http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf But when i hit on Start button of Test Recorder i get following error. 2014/01/23 14:10:50 WARN - jmeter.protocol.http.proxy.ProxyControl: Could not open expected file or

Re: how-to or feature request for loaded results into a listener

2014-01-23 Thread Glenn Caccia
It is primarily about standard Apache JMeter code.  For example, listeners "Aggregrate Graph", "Distribution Graph", "Graph Results" and "Response Time Graph" are all standard JMeter listeners.  They all have the ability to load results from a file using the BROWSE button.  However, if I have a

Re: HTTPS IIS COMPRESSION and JMeter

2014-01-23 Thread sebb
On 23 January 2014 18:58, RiqLightBringer wrote: > Hi Zk, sebb. > > Thanks for your answers. > > I already have done what you guys are suggesting, and i can assure you that > headers or values from http request are not my problem. I even have > isolated jmeter request and copying it to fiddler an

Re: How to record Registration page and replay using HTTP Request Sampler and also parameterise some fields in the forms?

2014-01-23 Thread Jayesh Guru
I cannot see any of the images in this email chain. Can you please resend and also where Test Script Recorder located? *Thanks * *Jayesh Guru* On Wed, Jan 22, 2014 at 12:25 PM, charan sethi wrote: > Well you can record the registeration steps using Jmeter Test Script > Recorder(Version 2.10) o

Re: HTTPS IIS COMPRESSION and JMeter

2014-01-23 Thread RiqLightBringer
Hi Zk, sebb. Thanks for your answers. I already have done what you guys are suggesting, and i can assure you that headers or values from http request are not my problem. I even have isolated jmeter request and copying it to fiddler and fiddler gets full response, but jmeter doesn't. Im aware of

How to write EJB Script?

2014-01-23 Thread Jayesh Guru
Hello Everyone, I am looking to write a JAVA Program which can call EJB from JMeter. Can anyone help me with this to start with? I have to load test that EJB for performance check. *Thanks * *Jayesh Guru*

Re: How can response xml values can be saved to a CSV file?

2014-01-23 Thread Jayesh Guru
Hi Kiran, Thanks for your response :) I got really a proper guidance to write the param to a CSV file. it didnt work for me using RegEx Extractor instead i used XPath Xtractor. Below are steps : *1) Xpath Extractor* Reference Name: xxx XPath Query: //*[local-name()='securityCode']/text() Default

Re: HTTPS IIS COMPRESSION and JMeter

2014-01-23 Thread ZK
Hi, 2 useful resources for checking your requests: Blazemeter chrome extension You can record your tests quickly with this extension Fiddler Fiddler allows you

Re: HTTPS IIS COMPRESSION and JMeter

2014-01-23 Thread sebb
On 23 January 2014 13:01, RiqLightBringer wrote: > Hello everyone: > > I'm new at this mailing list thing and finally got how to post correctly. > My older post is deleted. I'm hoping not to annoy anyone with this re-post. {Posts cannot be deleted] > This is my story: > > I'm trying to apply a t

Re: In the non-gui mode 'csv' log file, how would I calculate throughput?

2014-01-23 Thread sebb
On 23 January 2014 01:20, Robin D. Wilson wrote: > Thank you for the fast response! > > But I'm actually trying to build my own tool to digest the log file, since I > don't want to have to start JMeter in GUI mode to see the results. OK, I see. > So I'd still need to figure out how to calculate

JMeter and Richfaces FileUpload on Flash mode

2014-01-23 Thread Flavio Cysne
Dear users, did you have any test case that used a Richfaces FileUpload component with Flash mode enabled (component default behavior) in a form ? I, recently, had a bad experience with this scenario. Doing the scenario manually, the file is uploaded an 'attached' to the entity correctly.

HTTPS IIS COMPRESSION and JMeter

2014-01-23 Thread RiqLightBringer
Hello everyone: I'm new at this mailing list thing and finally got how to post correctly. My older post is deleted. I'm hoping not to annoy anyone with this re-post. This is my story: I'm trying to apply a test to an ASP.net application over IIS 6.0. I need to log in, do a transaction, then lo

Re: HTTP compression from IIS and JMETER

2014-01-23 Thread RiqLightBringer
Please, any help? Completely out of topic, im trying to subscribe to this list, but the actual list is from apache, the old jkarta.apache.org is not working (i understand that this mail list is off by Nov 2011), and my post are not sent to the mailing list. Any help? Greetings, Enrique G._

Re: How to use different CSV for each thread using jmeter

2014-01-23 Thread ZK
Hi, when you read in the csv try this as the file name: user${__threadNum}.csv ZK -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-use-different-CSV-for-each-thread-using-jmeter-tp5719135p5719157.html Sent from the JMeter - User mailing list archive at Nabble.com. -

RE: JMeter support for Oracle Forms

2014-01-23 Thread vinayak shenoy
Dear Team, More Readable. :) We are currently investigating possible performance testing tools for Web deployed Oracle Forms.I've read online and the general consensus seems to be JMeter doesn't support it.There are some links that talk about custom plug ins for the same. So, does it actually wo

JMeter support for Oracle Forms

2014-01-23 Thread vinayak shenoy
Dear Team,We are currently investigating possible performance testing tools for Web deployed Oracle Forms.I've read online and the general consensus seems to be JMeter doesn't support it.There are some links that talk about custom plug ins for the same.So, does it actually work with Oracle Fo