Re: Testing secure Https sites

2004-06-05 Thread Simon Sadedin
Check out question 12 (at time of writing) in the FAQ . Many people are able to to workaround this problem by recording using http and then manually changing the requests to https. I will, of course, put in my usual shameless plug for Badboy (http://www.badboy.com.au) which will let you re

Re: A note of thanks to the authors

2004-06-05 Thread peter lin
who is this mstover? he must be a pretty bright fella and a good OSS developer :) peter --- Paul Furbacher <[EMAIL PROTECTED]> wrote: > I'm just popping in here for a moment to say thanks > to the authors, especially "mstover", the attributed > author of > org.apache.jmeter.gui.util.TextAreaTa

Measuring Concurrent HTTP Requests

2004-06-05 Thread Low Kuan Loong
Hi jmeter peoploids, Pretty basic question, but couldn't get an answer from combing the archives, so here goes... Is there any way of running a set of HTTP Request samplers *concurrently* such that what is measured by the appropriate listener is the time taken from the first of the multiple re

Re: How do you get BeanShellAssertion failure recognized?

2004-06-05 Thread Sebastian Bazley
Yay! Someone's using BSH! == Have you checked jmeter.log? And do the print statements show up? If JMeter cannot find the BSH jar, the assertion won't do much beyond logging an error. Also, your script has a missing quote: print("Result.getFailureMessage(): "+Result.getFailureMessage()); should b