From jmeter-user-return-25890-apmail-jakarta-jmeter-user-archive=jakarta.apache.org@jakarta.apache.org Thu Jul 16 14:28:49 2009 Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 67352 invoked from network); 16 Jul 2009 14:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 14:28:49 -0000 Received: (qmail 27994 invoked by uid 500); 16 Jul 2009 14:29:53 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 27965 invoked by uid 500); 16 Jul 2009 14:29:53 -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 27955 invoked by uid 99); 16 Jul 2009 14:29:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 14:29:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of asp.adieu@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 14:29:44 +0000 Received: by fxm18 with SMTP id 18so152878fxm.37 for ; Thu, 16 Jul 2009 07:29:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=6jN9D7ru5CagMHZrDB449OPGKhZvF9GTbh0FD4hIptQ=; b=pXRNvUUxtvQmz0tgWPc8NHC25UFa2BuSAeS8YcQaurDl0RxlkCPawck/VWbNoYpE42 JISzT6nhouAhIRDbWpb5f7pleE2jpAW4ALeXzy7fpVS2fMTcUYFTOWFW18NwbcrujqZe uL2bhe8WXrIDMfsF9A/8t66HFpm/YDNTmETII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mhUC7QBdv2g/0dhbQfLHBqzxiPKxAdQvj6BeXqBjWMkqRUbU5nRkUUoCX8JaTsJYr7 2nPIpAnEU3YOMdgmHsNTTIbu6idGOxzJNO9ZR7IcnCKmUfaaq/YwN1mc2eCqgqeTidAi cEWhMpq6+wV0LFqPLfGG9QnivFcJQ5sBRZgRU= MIME-Version: 1.0 Received: by 10.103.160.9 with SMTP id m9mr4878900muo.96.1247754562746; Thu, 16 Jul 2009 07:29:22 -0700 (PDT) In-Reply-To: <29a3f080907160623y42badaf6m5b2c01150e2d086@mail.gmail.com> References: <24493378.post@talk.nabble.com> <9980821.21247645983774.JavaMail.nobrien@olympia> <24496582.post@talk.nabble.com> <17160317.191247664526801.JavaMail.nobrien@olympia> <24510645.post@talk.nabble.com> <29a3f080907160623y42badaf6m5b2c01150e2d086@mail.gmail.com> Date: Thu, 16 Jul 2009 17:29:22 +0300 Message-ID: Subject: Re: Do Jmeter Support Java Script calls..? From: Adrian Speteanu To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org well since this question was re-re-asked (again :) ), here goes nothing: =A0=A0how practical with you consider using the __javaScript() function in this type of situations?=A0(or any other way to process client side actions when they are strictly needed) ( I am thinking of situations were the application might be so obfuscated that without running a certain js you cannot generate a certain variable value to pass back to the server, so whatever you do, your requests will never be well formatted or complete.=A0would it be recommended/possible to adapt that js to what JMeter recognises / can do? ) I encountered this problem with applets: all apparent requests encountered in proxy server were replicated and I even managed to get the id's right for all applet elements and for repository resources. however, the application returned null pointer exception for one of the most simple request of all. I got the help of two developers and we found one variable expected from the applet, no appropiate value was found in all the traffic recorded, so they assumed that it is sent directly from the applet to the server (I have my doubts on that but could not prove them wrong). so, the test simply didn't act like the application no matter what. On Thu, Jul 16, 2009 at 4:23 PM, Tony Lotts wrote: > > What is it that you want to accomplish? > If this is for a scalability test, =A0the performance of client side code > execution is irrelevant. > > On Thu, Jul 16, 2009 at 2:10 AM, MITRAJ wrote: > > > > > Tabs are loaded on demand and contents in the tab are pre-loaded.. > > > > Thanks, > > Raj > > > > Noel O'Brien wrote: > > > > > > How is the content of the tab gotten from the server? Is it pre-loade= d or > > > loaded on demand.? Either way, it's probably obtained using a http ca= ll. > > > > > > Try using a tool like wireshark to to analyze the call flow or you co= uld > > > use JMeters HTTP Proxy to recore the call flows directly. > > > > > > Regards, > > > Noel > > > > > > ----- "MITRAJ" wrote: > > >> > > >> Thanks Noel > > >> > > >> In my application have 3 tabs. > > >> If i click on the tab, A frame is loaded. Those tabs are based on Ja= va > > >> script. (HTTP request url is not there for these tabs). Is there any= way > > >> to > > >> test tabs..? > > >> > > >> Thanks > > >> Raj > > >> > > >> > > >> Noel O'Brien wrote: > > >> > > > >> > Hi, > > >> > > > >> > See the "JMeter is not a browser" section in > > >> > http://jakarta.apache.org/jmeter/index.html > > >> > > > >> > Regards, > > >> > Noel > > >> > > > >> > ----- "MITRAJ" wrote: > > >> >> > > >> >> > > >> >> -- > > >> >> View this message in context: > > >> >> > > >> > > http://www.nabble.com/Do-Jmeter-Support-Java-Script-calls..--tp24493378= p24493378.html > > >> >> Sent from the JMeter - User mailing list archive at Nabble.com. > > >> >> > > >> >> > > >> >> -----------------------------------------------------------------= ---- > > >> >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.or= g > > >> >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.= org > > >> >> > > >> >> > > >> > > > >> > -- > > >> > Regards, > > >> > Noel > > >> > > > >> > > > >> > > >> -- > > >> View this message in context: > > >> > > http://www.nabble.com/Do-Jmeter-Support-Java-Script-calls..--tp24493378= p24496582.html > > >> Sent from the JMeter - User mailing list archive at Nabble.com. > > >> > > >> > > >> --------------------------------------------------------------------= - > > >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > >> > > >> > > > > > > -- > > > Regards, > > > Noel > > > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/Do-Jmeter-Support-Java-Script-calls..--tp24493378= p24510645.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org