Frank G Goss is out of the office.

2007-06-08 Thread Frank . G . Goss
I will be out of the office starting 06/07/2007 and will not return until 06/11/2007. I will respond to your message when I return. If it is an urgent SPRS question, please contact Aaron Alexander. - To unsubscribe, e-mail: [E

Refresh problem with Jmeter 2.2

2007-06-08 Thread Stevens, S.
Hi, I am using Jmeter 2.2 (also tried 2.1) with below runtime environment: Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) I am getting a lot of paint (refresh) problems after running a test (calling without problem

Question about XPath Assertion/Extraction

2007-06-08 Thread Knut Borchart
Hi, i am trying to use xpath assertion and extraction and it seems i cannot get them to work. Here is what i am trying to accomplish: 1) xpath assertion for a http request. the response document is: the xpath assertion i want to use is: /CompositeResponse/[EMAIL PROTECTED]"kbor

Re: Refresh problem with Jmeter 2.2

2007-06-08 Thread sebb
Might be worth upgrading to Java 1.4.2 or later - 1.4.1 is quite old. All the stack trace seems to be in Java libraries, so there's not a lot one can do to debug this. On 08/06/07, Stevens, S. <[EMAIL PROTECTED]> wrote: Hi, I am using Jmeter 2.2 (also tried 2.1) with below runtime environment:

multiple conditions in IF is not working for me.

2007-06-08 Thread smithas
I am trying to use multiple conditions in If statement. This seems to be not working as I expected. Ny suggestions. "${goal_repo}"!=(("goal_funnel")||("reverse_goal_path")||("goal_verification")) -- View this message in context: http://www.nabble.com/multiple-conditions-in-IF-is-not-working-fo

Re: multiple conditions in IF is not working for me.

2007-06-08 Thread smithas
I tried like this as well . But no luck ("${goal_repo}"!=("goal_funnel") )||("${goal_repo}"!=("reverse_goal_path"))||("${goal_repo}"!=("goal_verification")) smithas wrote: > > I am trying to use multiple conditions in If statement. This seems to be > not working as I expected. Ny suggestions.

RE: multiple conditions in IF is not working for me.

2007-06-08 Thread Matthew Coventon
Try like this: ("${goal_repo}"!="goal_funnel")||("${goal_repo}"!="reverse_goal_path")||("${ goal_repo}"!="goal_verification") I must also say that the condition itself looks a little off. What will happen is that if goal_repo has the value "goal_funnel", your condition will evaluate to true beca

Writing regular expressions to log file

2007-06-08 Thread Jason Hane
I set up some tests in JMeter and they work beautifully. My only requirement is to extract certain text from the web pages using regular expression extractors and writing them to a log file. I haven't been able to find how to do this. Is there a way to write your regex's to a log file without a

Re: Writing regular expressions to log file

2007-06-08 Thread sebb
One way would be to use the Java Request to return the value, and then add a listener to it to save the value. S. On 08/06/07, Jason Hane <[EMAIL PROTECTED]> wrote: I set up some tests in JMeter and they work beautifully. My only requirement is to extract certain text from the web pages using r

multiple user certs in single jmeter test?

2007-06-08 Thread andrew m. boardman
Hi, all. Another edge case: I'd like to be able to switch user certs midstream in a jmeter run. I'm guessing I could perhaps do this with a beanshell preprocessor and something like javax.net.ssl.X509KeyManager via a beanshell invocation, but I've tried this and it's all losing pretty badly. A

Looking for a simple example with basic HTTP auth

2007-06-08 Thread uma_rk
I am looking for a simple Testcase file with basic HTTP auth. Also has anyone used Jmeter with CAS (common authentication service) which provides a single signon service to applications? Would this be treated as a proxy? Thanks, /U