Re: Response Assertion pattern equals - JDBC

2012-04-16 Thread Troy Harris
Fixed this by replacing the linefeeds. Other suggestions on who this could have been done? SELECT REPLACE(REPLACE( column_name , CHAR(13), ''), CHAR(10), '')from table_name ; Troy On 7 October 2011 05:38, Troy Harris wrote: > Hi, > > I'm attempting to test a DB with the JDBC request sampler

Re: Problem recording HTTPS with JMeter Proxy (java.io.EOFException)

2012-04-16 Thread Philippe Mouawad
Hello, Are you using spoofing in jmeter proxy ? If so try to remove it CAN you give options used in jmeter proxy ? And also how you configured certificate in jmeter.properties ? Thanks On Monday, April 16, 2012, Abraham Iglesias (redsauce) wrote: > Hi, > I tried every Http client implementation a

Re: custom component not getting initialized

2012-04-16 Thread sebb
On 16 April 2012 21:09, Rob Schroder wrote: > Hi, > > I've written a simple custom visualizer that gets initialized and works > properly when I run in GUI mode.  But, when I run the script from the > command-line in non-GUI mode, it never gets initialized and run.  Anybody > know what I'm faili

Re: Problem recording HTTPS with JMeter Proxy (java.io.EOFException)

2012-04-16 Thread Abraham Iglesias (redsauce)
Hi, I tried every Http client implementation and I had the same error. I installed modify-headers addon for firefox and wrote the header "Accept-Encoding: ". It solved the problem, but now I can't get the gif, jpeg, and css files.. I just can get html and .js files. thanks for the suggestion

Re: Simulate concurrency of a browser

2012-04-16 Thread oliver lloyd
You just need to configure the 'Optional Tasks' at the bottom of the HTTP Request sampler. Check 'Retrieve all embedded resources from HTML files' and 'Use concurrent pool'. In regards to the (often asked) ajax question, there's a good write up here: http://theworkaholic.blogspot.co.uk/2010/11/

custom component not getting initialized

2012-04-16 Thread Rob Schroder
Hi, I've written a simple custom visualizer that gets initialized and works properly when I run in GUI mode. But, when I run the script from the command-line in non-GUI mode, it never gets initialized and run. Anybody know what I'm failing to do properly here? Code Snippet Below

Re: Simulate concurrency of a browser

2012-04-16 Thread testerinCO
Hello Oliver thanks for the explanation. I already installed jmeter 2.6. Do I need to configure the pool of connections to take advantage of the concurrency? Could you also guide me in the right direction to simulate multiple asyncronous ajax calls. -- View this message in context: http://

Re: Problem recording HTTPS with JMeter Proxy (java.io.EOFException)

2012-04-16 Thread Milamber
Le 16/04/2012 10:10, Abraham Iglesias (redsauce) a ecrit : > Hi all, > I'm having some weird problems when recording the HTTPS conversation to my > webapp. > I tried to record the HTTPS login, and I'm having an error on my browser. > When I enter the URL, then the Apache JMeter certificate noti

Re: Simulate concurrency of a browser

2012-04-16 Thread Shmuel Krakower
Hi, That's true, as far as I remember, Load Runner has concurrency groups but I am not sure if you can control the number of threads you wanna simulate, like JMeter allows you to (which is different on every browser and may give you different results with different number of threads). So yeah, JMe

Re: Simulate concurrency of a browser

2012-04-16 Thread oliver lloyd
Yes, everything depends on something, but you could also more usefully say that the latest version of JMeter now supports concurrent requests of embedded resources (via a pool of connections) thus simulating a more realistic load then previous versions that made request synchronously. So that wo

Re: Simulate concurrency of a browser

2012-04-16 Thread Shaba K
It all depends on how you design your tests ... On Mon, Apr 16, 2012 at 4:29 PM, testerinCO wrote: > Does jmeter support loading several images, resources or making several > AJAX > style requests concurrently. Basically, can jmeter simulate the > concurrency > of a browser. Some of the Loadru

Simulate concurrency of a browser

2012-04-16 Thread testerinCO
Does jmeter support loading several images, resources or making several AJAX style requests concurrently. Basically, can jmeter simulate the concurrency of a browser. Some of the Loadrunner test engineer claim LR supports it, but jmeter doesn't. Can you elaborate? thanks -- View this message i

Re: SSL and HttpClient

2012-04-16 Thread Philippe Mouawad
Hello, See Bug 52871 - Multiple Certificates not working with HTTP Client 4. It is currently fixed in nightly builds. Regards Philippe http://www.ubik-ingenierie.com On Mon, Apr 16, 2012 at 11:57 AM, Shmuel Krakower wrote: > Hi, > I am trying to use SSL private key with HTTPS samplers. > It see

Problem recording HTTPS with JMeter Proxy (java.io.EOFException)

2012-04-16 Thread Abraham Iglesias (redsauce)
Hi all, I'm having some weird problems when recording the HTTPS conversation to my webapp. I tried to record the HTTPS login, and I'm having an error on my browser. When I enter the URL, then the Apache JMeter certificate notification appears in my browser warning that i must accept the certific

SSL and HttpClient

2012-04-16 Thread Shmuel Krakower
Hi, I am trying to use SSL private key with HTTPS samplers. It seems like only JAVA and HttpClient3.1 implementations are using the key defined on SSL manager, while newer HttpClient4 Implementation doesn't. Is it only broken for me, or should I open a bug on this? (Currently I can live with the o