Re: Web Test

2002-04-23 Thread Dmitri Colebatch
I'd suggest looking through the component reference (http://jakarta.apache.org/jmeter/usermanual/component_reference.html) - it took me a bit before I actually got to it, and imho it should be one of the first things you read once you get past the basic setup. have a look at the modification co

Web Test

2002-04-23 Thread Pragneshkumar Gandhi
Hi Jmeterians Good Morning I have Some Queries I have one Web Application ( web site). i want to Test the Performance Of It. I have download the jmeter and after some hurdles I am able to run the test for my servlet. Now i want to know that how can i run the chain of pages. I mean My first Query

RE: Parameter mask Usage. . .

2002-04-23 Thread david garcia
It is sorta turned off right now. If you start the session with HTTPS then it kicks in, otherwise it is not an issue. Fine with me at the moment since that is a whole other can of worms (See my posting on HTTPS crapping out while attempting generate a Secure Random Seed) :-) I suspect I have

RE: Parameter mask Usage. . .

2002-04-23 Thread Shvartsburd, Feliks
I forgot to mention, it looks like you don't use HTTPS??? -Original Message- From: david garcia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 6:02 PM To: [EMAIL PROTECTED]; JMeter Users List; Tanya Powell Subject: Re: Parameter mask Usage. . . Actually, the proxy server

RE: Parameter mask Usage. . .

2002-04-23 Thread Shvartsburd, Feliks
David have you been able to use JMeter to work with SiteMinder? I ended up writing my own client where I build HTTP by hand. I also ended up requesting to turn cookies encryption off. Let me know if you got it running and what exactly you used I mean what was the configuration. Thanks very

Re: Parameter mask Usage. . .

2002-04-23 Thread Tanya Powell
Hi David, I think you need another Modification Controller and another Link Parser after your response from the login request. (thinking of the fact that the link parser is active on the response to the previous request.) I'm not sure if the Modification Controller has to be nested in the first

Re: Parameter mask Usage. . .

2002-04-23 Thread david garcia
I was going to use it to change the email address on each request [EMAIL PROTECTED] . . [EMAIL PROTECTED] which from what I can gather it seems like exactly what it is supposed to do, however I wasn't sure. My biggest problem is a frustration similar to yours. I am trying to parse contents f

Re: NonGuiDriver - not exiting

2002-04-23 Thread Dmitri Colebatch
Thanks for that. I have just attached a patch there (from current CVS). Here are my comments (copied from the bug report) I have just attached a patch for this that does the following: * In ThreadGroup, add a threadStopped() that keeps track of which threads have stopped. When there are ze

Re: NonGuiDriver - not exiting

2002-04-23 Thread Dmitri Colebatch
Jonathan, Thanks for the response. Is Matt Stover on this list? or should I post to dev? cheers dim - Original Message - From: "Jonathan O'Keeffe" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 8:24 AM Subject: RE: NonGuiDriver - not e

Re: NonGuiDriver - not exiting

2002-04-23 Thread Martin Ramshaw
Check Bug report 5697: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6597 Later. Regards -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: NonGuiDriver - not exiting

2002-04-23 Thread Jonathan O'Keeffe
Dmitri - I've also experienced the nongui driver not exiting at the end of the test run. Matt Stover confirmed that this was a bug a few days ago. If you've already got a patch for this, you might want to let Matt know so that it can be incorporated into the application. - Jonathan -Orig

NonGuiDriver - not exiting

2002-04-23 Thread Dmitri Colebatch
hey all, I'm wanting to run some jmeter tests as part of our test suite for a webapp. We've used JMeter in the gui mode before, and I'm relatively comfortable with that. However, it seems that there are a few things with the nongui mode: [using 1.7beta3] 1. The nongui batch script doesn't h

Re: HTMLLinkParser

2002-04-23 Thread Tanya Powell
Hi list, here is a summary of what caused / solved my problem as posted on 02-04-22. I'd like to thank Mike Stover forh elping me along. He was able to eliminate some of the possibilities that I as a newbie couldn't, and so narrowed the search decisively. 1. The fact that a few items were not

RE: Handling servlets HTTPSession variables

2002-04-23 Thread Jonathan O'Keeffe
John - Do you have an HTTP Cookie Manager in your test plan? If your server is using cookies for session management (as most do), you need to include an HTTP Cookie Manager in your test plan. Just drop one in at the top level of your Thread Group and things should work properly. - Jonathan -