Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@apache.org Received: (qmail 33764 invoked from network); 11 Jun 2002 21:08:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Jun 2002 21:08:32 -0000 Received: (qmail 25607 invoked by uid 97); 11 Jun 2002 21:08:37 -0000 Delivered-To: qmlist-jakarta-archive-jmeter-user@jakarta.apache.org Received: (qmail 25565 invoked by uid 97); 11 Jun 2002 21:08:35 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 25548 invoked by uid 98); 11 Jun 2002 21:08:35 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <20020611210832.44150.qmail@web20710.mail.yahoo.com> Date: Tue, 11 Jun 2002 14:08:32 -0700 (PDT) From: Ilia Iourovitski Subject: Re: JMeter and OpenSTA To: JMeter Users List , mramshaw@alumni.concordia.ca In-Reply-To: <20020611191457.NIAJ19650.berlinr.sprint.ca@there> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N And there is one more. MaxQ at http://www.bitmechanic.com/projects/maxq/ Generate Jython scripts like 1: # imports 2: from com.bitmechanic.maxq import HttpTestCase 3: from junit.textui import TestRunner 4: from java.util import HashMap 5: 6: # defintition of test class 7: class MaxQTest(HttpTestCase): 8: def __init__(self): 9: HttpTestCase.__init__(self, "") 10: 11: def runTest(self): 12: self.get("http://www.google.com/") 13: self.assertEquals(200, self.getResponse().getStatusCode()) 14: 15: self.get("http://www.google.com/images/logo.gif") 16: self.assertEquals(304, self.getResponse().getStatusCode()) 17: 18: 19: map = HashMap() 20: map.put("hl", "en") 21: map.put("q", "testing+tools") 22: self.get("http://www.google.com/search", map) 23: self.assertEquals(200, self.getResponse().getStatusCode()) 24: 25: ########################################## 26: 27: # Code to load and run the test 28: test = MaxQTest() 29: test.runTest() The script is simply python code. Would be nice to see integration with JMeter. Ilia --- Martin Ramshaw wrote: > >I'm in the process of evaluating JMeter and > OpenSTA. I need to select > >one tool amongst them. Has anyone compared these > two tools, or knows > >of any document describing the comparison amongst > these two. > > I'm currently updating some of JMeter's docs > (including the 'My Boss wants > me to ...' part, which I wrote) and would be glad to > include any conclusions > you may come to. The 'My Boss wants me to ...' part > also includes some > discussion about alternatives to JMeter, but it is > only available with the > current CVS source-code checkout. One part I am > adding to this document > is some comments about 'HttpUnit', which is another > product that is worth > a look. > > After a five-second web search, OpenSTA is based on > Corba and offers > HTTP profiling only (a database profiler is also > available, but not free. It > is limited to Oracle, SyBase, and Microsoft > databases). > > Regards > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: