RE: Free White box testing tool

2002-06-11 Thread Shvartsburd, Feliks
JUnit -Original Message- From: Mauricio Domingues Ribas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:11 PM To: [EMAIL PROTECTED] Subject: Free White box testing tool Does anybody know any free white box testing tool?? Thanks, Mauricio. -- To unsubscribe, e-mail:

RE: siteminder

2002-05-21 Thread Shvartsburd, Feliks
Siteminder is a piece of software that provides authentication for "free". You don't need to do any implementation on your own. All you have to do is to create user accounts with al privileges and let siteminder know where to find this info. When user wants to log in siteminder checks tables to

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: Exceptoin using https request

2002-03-22 Thread Shvartsburd, Feliks
see basically it asks for the keystore for the first time right?? which it takes as the public key encrypted. just clear me out as why we need the certificate keytool please clear me out this doubt thanks prassana -----Original Message- From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] Se

RE: Exceptin using https request

2002-03-22 Thread Shvartsburd, Feliks
d try once.. 'coz it worked for me in that way thanks prassana -Original Message- From: Shvartsburd, Feliks [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 23, 2002 12:56 AM To: 'JMeter Users List' Subject: RE: Exceptin using https request If you mean those below I d

RE: Exceptin using https request

2002-03-22 Thread Shvartsburd, Feliks
ya u will get that error unless u have the needed jar file for com.sun.net.ssl.internal if u open the jmeter.properties file u ca see it.. so go in to jsse1.0.2 in sun.java and download it.. also put it in ur classpath ... thank prassana -Original Message- From: Shvartsburd, Feliks

Exceptin using https request

2002-03-22 Thread Shvartsburd, Feliks
I'm getting exception when posting https request. Does nayone know what could be the problem? Thanks java.io.FileNotFoundException: https://someserver.com/somepage.jsp at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStrea m([DashoPro-V1.2-120198]) at org.apac

JMeter cannot find SAXParser

2002-03-21 Thread Shvartsburd, Feliks
It seems that there is a bug in the JMeterUtils.java public in static Object instantiate(String className, String impls); I was getting ClassNotFoundException and decided to test the code. What I found was that property for xml parser (class name) that gets loaded from property file has an extra

RE: Any tutorial or something like that.

2002-03-20 Thread Shvartsburd, Feliks
Great thanks very much -Original Message- From: Bill Kocik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 6:37 PM To: JMeter Users List Subject: Re: Any tutorial or something like that. [EMAIL PROTECTED] wrote: >Does it have a way to do a basic authentication, when this d

RE: Any tutorial or something like that.

2002-03-20 Thread Shvartsburd, Feliks
Does it have a way to do a basic authentication, when this dialog pops up asking for user id and password? Thanks -Original Message- From: Bill Kocik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 6:16 PM To: JMeter Users List Subject: Re: Any tutorial or something like that

Any tutorial or something like that.

2002-03-20 Thread Shvartsburd, Feliks
Hello, I'm trying to use JMeter and wanted to know if there is any kind of tutorial or quick start doc available? How to use it with some examples. Thanks -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Load Tool - Should I buy something or use jMeter

2002-02-28 Thread Shvartsburd, Feliks
some decent stuff in it, but I share your view. My issue is our QA folks aren't terribly strong in Java and I don't want to have to spend 50% of my day writing scripts for them. Best, Mike --- "Shvartsburd, Feliks" <[EMAIL PROTECTED]> wrote: > If you want to get some

RE: Load Tool - Should I buy something or use jMeter

2002-02-27 Thread Shvartsburd, Feliks
If you want to get something with the UI like JMeter, it's a way to go and it's free. Otherwise you can write something on your own without the UI. I don't think you can buy anything for 20K. I personally prefer to write something on my own. It doesn't have any UI but does the job. -Origina