Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 26224 invoked from network); 5 Dec 2009 20:17:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Dec 2009 20:17:50 -0000 Received: (qmail 79105 invoked by uid 500); 5 Dec 2009 20:17:49 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 79064 invoked by uid 500); 5 Dec 2009 20:17:48 -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 79054 invoked by uid 99); 5 Dec 2009 20:17:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 20:17:48 +0000 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.216.172 as permitted sender) Received: from [209.85.216.172] (HELO mail-px0-f172.google.com) (209.85.216.172) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 20:17:38 +0000 Received: by pxi2 with SMTP id 2so1146921pxi.11 for ; Sat, 05 Dec 2009 12:17:17 -0800 (PST) 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; bh=T9mzEJaUdnard0xXzf2WpTLI6T8Sk4wzW7jhzk2qey4=; b=k0btAO98ACA2WRXwzU8+V1QildKhSDIk/gvzeLJIhqPIxQuB/zLwbYHlbJCtcwY4Z3 Wy3ag5lA+8TEwnr1k5ClsoF5ezjD5nN8AHWZNxgQByx9n3k2SLMn8ifrSGVQy0/peM0Z UZ8L/QCJi/aENVsgK77aVngonjWo0afP1Leuo= 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; b=UZ39YMIXAYHjvHJX+GgSulY5QQbj2nurLLkAkTa22GYzqE29srLViODYfPUFw7LcZH wZ8DophUWEmRukUoMNTggcnYTopwFxkPbcnrOgjRcI0RIG/D/dtwTe0ERtZ7m/PKKYeB /F9PJPM1Jg/KPZHmgker/YV+5kH+7iR9UJJPU= MIME-Version: 1.0 Received: by 10.140.163.4 with SMTP id l4mr281025rve.35.1260044236977; Sat, 05 Dec 2009 12:17:16 -0800 (PST) In-Reply-To: <20091205211900.c5cb58d3.comp.ogz@gmail.com> References: <20091205211900.c5cb58d3.comp.ogz@gmail.com> Date: Sat, 5 Dec 2009 12:17:16 -0800 Message-ID: <4483c26c0912051217n24adbd6fkba1639e170fa3cd1@mail.gmail.com> Subject: Re: jmeter usage for form testing From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd5089025774a047a00e9a0 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd5089025774a047a00e9a0 Content-Type: text/plain; charset=ISO-8859-1 Hi its not just the headers its the data/url as well. Some data may be dynamic i.e. extracted from the previous request and your recorded script may have invalid values (there were valid for the recording , but not when you replay e.g. duplicate form submit tokens). Did you use View results tree and render as html and verify that your pages show correctly? WebScarab is a java proxy , so its the equivalent of fiddler and should work on linux http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project regards deepak On Sat, Dec 5, 2009 at 11:19 AM, Oguz Yarimtepe wrote: > > I checked the LiveHttpHeaders. As i can see now there is nothing weird at > the headers when i compare the ones at the Result Table and the ones > captured by LiveHttpHeaders. Indeed i dont see any errors also when i > replayed the web2py application. > > I am using Linux so is there any software that i can use like Fiddler at my > Linux environment. > I am testing the web2py application with its development server. So it is > running 127.0.0.1:8000. If i deployed it on apache do you think my test > will be working correctly? > > PC: I erased your reply while removing some mails from my email, sorry. > > > >In firefox use LiveHttpHeaders. In IE you can use HTTPHeadersWatch basic. > >You can use any proxy like Fiddler with either browser > >Sometimes you can use the response tab in JMeter and use render response > as > >HTML. You may be able to use the error message , if present, to detect > what > >you are doing wrong > >regards > deepak > > -- > Oguz Yarimtepe > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --000e0cd5089025774a047a00e9a0--