Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-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 C724A104BF for ; Wed, 4 Dec 2013 06:29:31 +0000 (UTC) Received: (qmail 92721 invoked by uid 500); 4 Dec 2013 06:29:31 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 92673 invoked by uid 500); 4 Dec 2013 06:29:30 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 92664 invoked by uid 99); 4 Dec 2013 06:29:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 06:29:30 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niraj.khatmode@gmail.com designates 209.85.214.181 as permitted sender) Received: from [209.85.214.181] (HELO mail-ob0-f181.google.com) (209.85.214.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 06:29:26 +0000 Received: by mail-ob0-f181.google.com with SMTP id uy5so15752265obc.12 for ; Tue, 03 Dec 2013 22:29:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5ehFEFzcoxB7fDrdF/NMJjFEDvMNvVXzO90rDJUBYD4=; b=By1//lZux/WDkBG1YAFe1G2XVhgPKyEyIcUnIuGMXIvvbMRObmSh9wtlVREAQNRPqW y29cNkQUfHyhcCI3CYUgpoDb81wDqbbWo0KWLZLgluYqxX3NL2Q/lLTUrE/jsP+Gf2Rt GiGMFueug1NRyMyeFbhrMOuqB253rtC/jkyx8/RZCbZ0hDn/rLWNy9lCkzA4cu2fNoVr lS1quLQo1x1e0RZNOL661Jv5ZfUO+b3/YgWXKXtCU7Gv8wtbITCqsE4+z/NcCJ9nzeci nQ47+XfrW2oJ6P2NvOfwTfh2qiwA00+YPqewFWN/S3OuiuYNQHrmtFFUcMX2RfXJrRNa sW2Q== MIME-Version: 1.0 X-Received: by 10.182.250.163 with SMTP id zd3mr62988590obc.20.1386138545391; Tue, 03 Dec 2013 22:29:05 -0800 (PST) Received: by 10.60.84.134 with HTTP; Tue, 3 Dec 2013 22:29:05 -0800 (PST) In-Reply-To: References: Date: Wed, 4 Dec 2013 11:59:05 +0530 Message-ID: Subject: Re: HOW Test REST Services in Jmeter? From: Niraj To: JMeter Users List Content-Type: multipart/alternative; boundary=089e01634ec29b8f9f04ecaf872b X-Virus-Checked: Checked by ClamAV on apache.org --089e01634ec29b8f9f04ecaf872b Content-Type: text/plain; charset=ISO-8859-1 could you plz share more details? On Wed, Dec 4, 2013 at 11:55 AM, Madhu Sekhar wrote: > Its just URL it just doesnot have any other parameters, Intially. I am > aware of sneding requests when recored samples, but here we just copied > REST URL. > > Thanks & Regards, > Madhu > > > On Wed, Dec 4, 2013 at 11:50 AM, Niraj wrote: > > > When you have extracted then you must have stored in variable. Use that > > variable for example ${test} in next REST URL > > > > > > On Wed, Dec 4, 2013 at 11:43 AM, Madhu Sekhar > >wrote: > > > > > Exrtaction was done but how to parse the same in next URL? > > > > > > Thanks, > > > Madhu > > > > > > > > > On Wed, Dec 4, 2013 at 11:36 AM, Niraj > wrote: > > > > > > > Extract token using RegEx and use that in next request. > > > > > > > > > > > > On Fri, Nov 22, 2013 at 3:07 PM, Madhu Sekhar < > > madhuvchandana@gmail.com > > > > >wrote: > > > > > > > > > Hi team, > > > > > > > > > > I need to test Rest URL using token based authentication. > > > > > > > > > > Initially I have to generate token from the REST url using username > > and > > > > > password. > > > > > > > > > > > > > > > Sample URL for generating token: > > > > > https://xxx.abe.com/xxxxx/ws/rs/auth-11/token > > > > > input parameters for this url is : username and password. > > > > > > > > > > The token value which is received from the response should be used > as > > > > > header value for next REST URL for getting data from web service. > > > > > > > > > > Could you please help me out as early as possible? > > > > > > > > > > Thanks, > > > > > Madhu . > > > > > > > > > > > > > > > > > > > > > -- > > > madhu kk > > > > > > > > > -- > madhu kk > --089e01634ec29b8f9f04ecaf872b--