You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/10/05 17:50:02 UTC

[Bug 53973] New: Enhance XPATH Extractor to support multiple field extraction

https://issues.apache.org/bugzilla/show_bug.cgi?id=53973

          Priority: P2
            Bug ID: 53973
          Assignee: issues@jmeter.apache.org
           Summary: Enhance XPATH Extractor to support multiple field
                    extraction
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: chirag.sanghavi@gmail.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Main
           Product: JMeter

Please Enhance XPATH extraction to support extraction of multiple variables
using one XPATH Post- processor. This will be a faster approach and will
require less number of steps in the script.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53973] Enhance XPATH Extractor to support multiple field extraction

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53973

--- Comment #4 from mayankg1@gmail.com ---
I have similar requirement so rather than adding multiple XPath Extractor
component to get multiple variable values, within a single Xpath Extractor,
there should be way to add multiple reference variable and their corresponding
XPath.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53973] Enhance XPATH Extractor to support multiple field extraction

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53973

Germán Bisogno <gb...@germanbisogno.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53973] Enhance XPATH Extractor to support multiple field extraction

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53973

--- Comment #2 from chirag <ch...@gmail.com> ---
what I mean is if we can have ability to provide multiple Xpath and assign them
to different variables using one single XPATH extractor.

e.g. 

Variable OrderNo = /Order/Header/OrderNo
Variable OrderType = /Order/Header/OrderType

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53973] Enhance XPATH Extractor to support multiple field extraction

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53973

Germán Bisogno <gb...@germanbisogno.com.ar> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Germán Bisogno <gb...@germanbisogno.com.ar> ---
My apologies, I've changed the status of this issue incorrectly.  Going back to
the originally status NEEDINFO

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53973] Enhance XPATH Extractor to support multiple field extraction

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53973

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Sebb <se...@apache.org> ---
The XPATH extractor already sets multiple variables if there are multiple
matches.

It's not clear what you are requesting.

-- 
You are receiving this mail because:
You are the assignee for the bug.