Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 44158 invoked from network); 13 May 2009 18:25:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 18:25:27 -0000 Received: (qmail 65911 invoked by uid 500); 13 May 2009 18:25:26 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 65868 invoked by uid 500); 13 May 2009 18:25:26 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 65858 invoked by uid 99); 13 May 2009 18:25:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 18:25:26 +0000 X-ASF-Spam-Status: No, hits=-1.4 required=10.0 tests=RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [137.191.227.45] (HELO prim-smtp-3.revenue.ie) (137.191.227.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 18:25:15 +0000 Received: from localhost (localhost.test.com [127.0.0.1]) by prim-smtp-3.revenue.ie (Postfix) with ESMTP id D51FB7DC952 for ; Wed, 13 May 2009 19:24:53 +0100 (IST) X-Virus-Scanned: by Copperfasten Mail Firewall at revenue.ie Received: from revjnrdcont03 (unknown [25.4.1.90]) by prim-smtp-3.revenue.ie (Postfix) with ESMTP id 911E77DC950 for ; Wed, 13 May 2009 19:24:53 +0100 (IST) Received: from localhost ([25.4.1.89]) by revjnrdcont03 with InterScan Message Security Suite; Wed, 13 May 2009 19:22:38 +0100 Received: from 25.3.1.211 ([25.3.1.211]) by localhost (PostX Enterprise 5.3.1 SMTP Adapter) with SMTP ID 400 for ; Wed, 13 May 2009 19:24:52 +0100 (BST) Received: from REVMAIL02.RevenueDomain.ie ([25.34.1.72]) by savgw2.revenuedomain.ie (SMSSMTP 4.1.11.41) with SMTP id M2009051319245210829 for ; Wed, 13 May 2009 19:24:52 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Subject: RE: Does JMeter support these types of test cases? Date: Wed, 13 May 2009 19:24:52 +0100 Message-ID: <2AB2B3C160BFC14CB0D94D437513C3BA019509A1@revmail02.revenuedomain.ie> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Does JMeter support these types of test cases? Thread-Index: AcnT+Bu8R76PJXd9Qc6vAkK6JbAJtw== From: "Fitzpatrick, Adrian" To: "JMeter Users List" X-Virus-Checked: Checked by ClamAV on apache.org Hi, Re. point #2, there's a Java Request sampler in JMeter - you can used this= to orchestrate the execution of any Java code in Jmeter. Just implement the appropriate interface in your test class (see the docs), put the code on= the jmeter class path and then add and configur the Java Request samplers. Simples :) - Adrian -----Original Message----- From: Deepak Shetty [mailto:shettyd@gmail.com] Sent: 13 May 2009 18:48 To: JMeter Users List Subject: Re: Does JMeter support these types of test cases? 1. JMeter should be able to record anything your browser does (using the HTTP Proxy), so webservice calls yes, never tried RMI calls. 2. What do you mean? You can write Beanshell tests that can run arbitrary java code (plus plugins for junit tests etc).You could also write your own sampler There is a checkbox called download embedded resources with the HTTPRequest which can download linked images, css etc. But for say javascripted urls (e.g. AJAX, you probably need to do a little more work either using regex extractors or I believe HTML Link processors) On Wed, May 13, 2009 at 10:42 AM, Tony Anecito wrote: > > Hi, > > First I would like to thank the JMeter Team for producing such a great > tool. I have used HP Performance Center and I am looking into JMeter to= do > the following: > > 1. Record/replay Web Start client that uses RMI or JAX_WS > 2. Write java code that can be compiled/run by JMeter. > > After downloading the tool I have one question: > > 1. I tried a HTTP request and it looks as if it does not do any= subsequent > requests that are a part of the response such as images for example. Is > there a way to do that? Seems you can not judge user experience without that > capability. > > I am sure I will have other questions as I dig into the tool some more. > > Thanks, > -Tony > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > ************************ This message has been delivered to the Internet by the Revenue Internet= e-mail service (OP) ************************* --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org