Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 76788 invoked from network); 13 Apr 2010 15:53:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 15:53:31 -0000 Received: (qmail 90064 invoked by uid 500); 13 Apr 2010 15:53:30 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 90044 invoked by uid 500); 13 Apr 2010 15:53:30 -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 90036 invoked by uid 99); 13 Apr 2010 15:53:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:53:30 +0000 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shettyd@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pw0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 15:53:25 +0000 Received: by pwj2 with SMTP id 2so5530290pwj.31 for ; Tue, 13 Apr 2010 08:53:05 -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:received:message-id:subject:from:to:content-type; bh=68qndisRrb3htfxmiaESKUiCVSVR2xeahP2Wcr4ipIY=; b=gSyFF+c0etpqBN3eGH5PZCY0u415BA6xN0D7f+njGD3O2eitWHnlSkQ+1PWHGxNiA8 /P9tjl0oAMQkpwUAql+lZ4koncIk1+Mscbw/0snN2s53t0/WIJlRUWPvFbw5bsG5D7jU iXNW/ti3HxL8GaOKqqxfLlC6eCpedbAaGiFhU= 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=FaO3IvBOrsnn2Y2fm9M9cbz3uBF9saGEXDdpFJ2rYpX+qV405mdO7hDY9Hyhs8r5S7 jhz/RLVTekPkB3Blh+KK+MwTW+mcNMzAXX86AiFWqlG6VXitnrHRuUSmwGF/lDwaPKsB 9xkXgqKbRwYCX9rRKqun203Laxbo/5B9HueIA= MIME-Version: 1.0 Received: by 10.140.133.4 with HTTP; Tue, 13 Apr 2010 08:53:03 -0700 (PDT) In-Reply-To: <28229865.post@talk.nabble.com> References: <28229865.post@talk.nabble.com> Date: Tue, 13 Apr 2010 08:53:03 -0700 Received: by 10.140.58.15 with SMTP id g15mr5701721rva.96.1271173983734; Tue, 13 Apr 2010 08:53:03 -0700 (PDT) Message-ID: Subject: Re: Jmeter - Dynamic URL - How to record Script and Run. From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=001636b2b118bf8bad04842041eb --001636b2b118bf8bad04842041eb Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable The generated url should be available in the previous request. you have to extract it out , using a post-processor into a variable (usually a regex extractor) and then use that variable as the path in the next request. Similar problems have been discussed multiple times in the mail archives. regards deepak On Tue, Apr 13, 2010 at 6:21 AM, VVikasV wrote: > > PFB, the problem I am facing with Jmeter. > > While recording script using Jmeter, when click the to validate the user, > the control goes to third party service, where I need to enter the user > details. Here I am getting a problem like, for each user the Url generate= d > by the third party is different. The problem is still there if I am tryin= g > to login using the same login credentials. There is a part in the URL whi= ch > changes with each login (that part is marked in the image below). So when= I > am trying to run the recorded script, it is showing =93session expired > error=94. > Is there any way to overcome this problem? > > =95A portion in the recorded URL is dynamic. It changes with every login. > =95Since it the dynamic part is in URL, we are not able to apply > =93Correlation=94 > to this. > =95When we run the script it is throwing =93Session Expired Error=94. > > I want to correlate the marked portion in URL. > > https://xx.xxx.xx.xx/WebObjects/IDMSAccount.woa/1/wo/KpFpetJdbqgVfuOGJABA= qg/0.19 > > I want to coorelate the part marked in bold in above URL. > > http://old.nabble.com/file/p28229865/Untitled.jpg > -- > View this message in context: > http://old.nabble.com/Jmeter---Dynamic-URL---How-to-record-Script-and-Run= .-tp28229865p28229865.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 > > --001636b2b118bf8bad04842041eb--