Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E66B48FE4 for ; Wed, 10 Aug 2011 08:35:23 +0000 (UTC) Received: (qmail 7749 invoked by uid 500); 10 Aug 2011 08:32:32 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 7691 invoked by uid 500); 10 Aug 2011 08:32:11 -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 7637 invoked by uid 99); 10 Aug 2011 08:32:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 08:32:06 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of jagdeep.jain@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2011 08:31:59 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Qr4CQ-0002Mb-8O for jmeter-user@jakarta.apache.org; Wed, 10 Aug 2011 01:31:38 -0700 Date: Wed, 10 Aug 2011 01:31:38 -0700 (PDT) From: jagdeepjain01 To: jmeter-user@jakarta.apache.org Message-ID: <1312965098001-4685067.post@n5.nabble.com> Subject: recording ajax calls MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am doing load testing of web-app developed in ajax, the post data looks like below: callCount=1 windowName= c0-scriptName=ItemAction c0-methodName=getExtendedPropertiesModel c0-id=0 batchId=17 page=%2Findex.jsp httpSessionId=C70E5AE98D5434FF9B7F1D47637F01B9 scriptSessionId=BECF8114F46A64BCCED51F8235EF9361 Problem here is that jmeter is not able to distinguish b/w the individual parameters for example: callCount=1 windowName=something c0-scriptName=ItemName ... etc. are different, as there is a space b/w post parameter and jmeter recorded post parameters in a single line. But when executing the same request it is not able to distinguish b/w individual parameters and inturn test case is not executed successfully. Please suggest a way to fix this. Can we record a script which implicitly fills some character in place of spaces? like '&' for a space b/w two parameters in above case. Thanks in advance for your help. Jagdeep -- View this message in context: http://jmeter.512774.n5.nabble.com/recording-ajax-calls-tp4685067p4685067.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