View Results Tree delay in HTML view

2020-07-02 Thread Stuart Barlow
Hi everyone, Many of my JMeter performance tests are against a web application and I make use of the View Results Tree element a lot whenever I encounter a problem and need to debug. The View Results Tree element offers different ways to handle/display/process the response. When I select the

SampleResult.getErrorCount()

2019-03-26 Thread Stuart Barlow
Hi, Using a simple test case with one HTTP Request configured to retrieve all embedded resources. I also attach a JSR223 Postprocessor to the HTTP Request. In the processor I call prev.getErrorCount() and would expect the total number of errors to be returned. However 1 is always returned. Did

Open Recent Bug?

2018-04-11 Thread Stuart Barlow
Hi all, I see unusual behaviour when opening tests via the JMeter GUI. Just wanted to check if it's a known issue or if you agree it is a bug. I often run multiple instances of the GUI on the same machine when executing smoke screen tests after a fresh deployment of the application I'm testing.

Re: JMeter hangs while stopping a test

2017-05-10 Thread Stuart Barlow
timeout. And investigate why those request don't end. Regards On Wed, May 10, 2017 at 10:22 AM, Stuart Barlow <stuart.bar...@gmail.com> wrote: Hi, Every now and then when stopping a JMeter test from the GUI the pop-up dialog that says "Shutting down all test threads. You can

Test Duration

2017-03-01 Thread Stuart Barlow
Hi. Is there a way to define the duration a test should run via the command line? Is there a JMeter property available? Then it could be set using the -J command line option -J[prop_name]=[value] defines a local JMeter property. Sorry if this was asked before. Thanks Stuart

Re: Issue in Jmeter setup in corporate proxy LAN.

2016-11-14 Thread Stuart Barlow
Hi Anusuya, It looks as if the company proxy expects credentials. You need to provide a username and password. This can be done with the JMeter -u [username] and -a [password] command line options. Try giving your windows username and password. If that doesn't work your network team can

Re: HttpClient SSL Handshake and self-signed certificate

2016-11-04 Thread Stuart Barlow
is different from how JMeter/java itself needing a proxy to make its > > request successful (and Im guessing thats what you are referring to) > > http://jmeter.apache.org/usermanual/get-started.html#proxy_server see -N > > to > > ignore (not a 100% sure that this works with http

Re: HttpClient SSL Handshake and self-signed certificate

2016-10-28 Thread Stuart Barlow
hope this helps Ivan On Fri, Oct 14, 2016 at 12:35 PM, Stuart Barlow <stuart.bar...@gmail.com> wrote: Hi In test environments self-signed certificates are common and they're not always created in the right way. I'm trying to connect via HTTPS Request to a website that uses a self-signe

HttpClient SSL Handshake and self-signed certificate

2016-10-14 Thread Stuart Barlow
Hi In test environments self-signed certificates are common and they're not always created in the right way. I'm trying to connect via HTTPS Request to a website that uses a self-signed cert where the hostname is not correctly set inside the cert. The CN field has a value like

JMeter 3.0 embedded resource URL is silently encoded

2016-09-01 Thread Stuart Barlow
Hi all. I'm migrating all my tests to JMeter 3.0 and found that there are some that worked fine with earlier versions but now fail with 3.0. The problem is with embedded resources. A HTTP Request is configured to download all embedded resources but if a resource contains some special