From commits-return-8186-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sun Nov 19 12:56:24 2017 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69E8C102CC for ; Sun, 19 Nov 2017 12:56:24 +0000 (UTC) Received: (qmail 48170 invoked by uid 500); 19 Nov 2017 12:56:24 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 48138 invoked by uid 500); 19 Nov 2017 12:56:24 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 48129 invoked by uid 99); 19 Nov 2017 12:56:24 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2017 12:56:24 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 9D80D3A036B for ; Sun, 19 Nov 2017 12:56:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1815732 - /jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml Date: Sun, 19 Nov 2017 12:56:20 -0000 To: commits@jmeter.apache.org From: fschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171119125622.9D80D3A036B@svn01-us-west.apache.org> Author: fschumacher Date: Sun Nov 19 12:56:20 2017 New Revision: 1815732 URL: http://svn.apache.org/viewvc?rev=1815732&view=rev Log: Markup: Use hellip element instead of three dots. Modified: jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml Modified: jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml?rev=1815732&r1=1815731&r2=1815732&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml (original) +++ jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml Sun Nov 19 12:56:20 2017 @@ -51,7 +51,7 @@ configuration is correct, read
  • Select Recording template on the list
  • @@ -170,20 +170,20 @@ Check with View Results Tree In some scripts, we will need to:
      -
    • Variabilize some input (login, password, search words...)
    • -
    • Correlate some data (session variable...) between two requests
    • -
    +
  • Variabilize some input (login, password, search words, …)
  • +
  • Correlate some data (session variable, …) between two requests
  • +

    To variabilize, we can use:

    • CSV Data Set Config to get input data from csv file
    • -
    • JMeter functions like __counter, __time...
    • +
    • JMeter functions like __counter, __time, …
    • etc.

    -To correlate, we can get data from a request with Post Processors like JSON Extractor, Regular Expression Extractor... and inject it in another request. +To correlate, we can get data from a request with Post Processors like JSON Extractor, Regular Expression Extractor, … and inject it in another request.

    To find data to correlate, the easiest way to do it is to use the Search function in View Results Tree.