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/12/07 16:20:27 UTC

[Bug 54259] New: Introduce a JSoup based Extractor

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

            Bug ID: 54259
           Summary: Introduce a JSoup based Extractor
           Product: JMeter
           Version: 2.8
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
    Classification: Unclassified

Project:
- http://jsoup.org/

under MIT license.

Its syntax is nice for HTML content.
We need to check performances impacts of it (memory and CPU) but it could be
useful for Functional Testing also.

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Sun Dec 16 18:33:26 2012
New Revision: 1422662

URL: http://svn.apache.org/viewvc?rev=1422662&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
update version
Bugzilla Id: 54259

Modified:
    jmeter/trunk/bin/saveservice.properties

Date: Sun Dec 16 18:34:36 2012
New Revision: 1422663

URL: http://svn.apache.org/viewvc?rev=1422663&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
update version and revision
Bugzilla Id: 54259

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Sun Dec 16 18:21:45 2012
New Revision: 1422654

URL: http://svn.apache.org/viewvc?rev=1422654&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
Introduce parse caching to improve performances
Bugzilla Id: 54259

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java


Date: Sun Dec 16 18:22:12 2012
New Revision: 1422655

URL: http://svn.apache.org/viewvc?rev=1422655&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
Introduce parse caching to improve performances
Bugzilla Id: 54259

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/extractor/JSoupExtractor.java
  (contents, props changed)

Date: Sun Dec 16 18:26:43 2012
New Revision: 1422660

URL: http://svn.apache.org/viewvc?rev=1422660&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
Introduce parse caching to improve performances
Bugzilla Id: 54259

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/extractor/Extractor.java  
(contents, props changed)
    jmeter/trunk/src/components/org/apache/jmeter/extractor/HtmlExtractor.java 
 (contents, props changed)
    jmeter/trunk/src/components/org/apache/jmeter/extractor/JoddExtractor.java 
 (contents, props changed)

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
DOCS TODO

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Sun Dec 16 15:34:56 2012
New Revision: 1422599

URL: http://svn.apache.org/viewvc?rev=1422599&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
Bugzilla Id: 54259

Added:
    jmeter/trunk/src/components/org/apache/jmeter/extractor/Extractor.java  
(with props)
    jmeter/trunk/src/components/org/apache/jmeter/extractor/HtmlExtractor.java 
 (with props)
    jmeter/trunk/src/components/org/apache/jmeter/extractor/JSoupExtractor.java
  (with props)
    jmeter/trunk/src/components/org/apache/jmeter/extractor/JoddExtractor.java 
 (with props)
   
jmeter/trunk/src/components/org/apache/jmeter/extractor/gui/HtmlExtractorGui.java
  (with props)
Modified:
    jmeter/trunk/LICENSE
    jmeter/trunk/build.properties
    jmeter/trunk/build.xml
    jmeter/trunk/eclipse.classpath
    jmeter/trunk/res/maven/ApacheJMeter_parent.pom
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Sun Dec 16 18:29:23 2012
New Revision: 1422661

URL: http://svn.apache.org/viewvc?rev=1422661&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
saveservice.properties
Bugzilla Id: 54259

Modified:
    jmeter/trunk/bin/saveservice.properties

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Sun Dec 16 19:51:08 2012
New Revision: 1422673

URL: http://svn.apache.org/viewvc?rev=1422673&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
Fix i18n label
Bugzilla Id: 54259

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/extractor/gui/HtmlExtractorGui.java

Date: Sun Dec 16 20:14:34 2012
New Revision: 1422681

URL: http://svn.apache.org/viewvc?rev=1422681&view=rev
Log:
Bug 54259 - Introduce a CSS or jquery-like based Extractor
Documentation
Bugzilla Id: 54259

Added:
    jmeter/trunk/docs/images/screenshots/css_extractor_attr.png   (with props)
    jmeter/trunk/docs/images/screenshots/css_extractor_noattr.png   (with
props)
    jmeter/trunk/xdocs/images/screenshots/css_extractor_attr.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/css_extractor_noattr.png   (with
props)
Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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

[Bug 54259] Introduce a CSS or jquery-like based Extractor

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
            Summary|Introduce a JSoup based     |Introduce a CSS or
                   |Extractor                   |jquery-like based Extractor

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Another option is to use Jodd under BSD license:
- http://jodd.org/doc/jerry/index.html

- http://jodd.org/license.html

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

[Bug 54259] Introduce a new Extractor that uses CSS or jquery-like selector syntax

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Introduce a CSS or          |Introduce a new Extractor
                   |jquery-like based Extractor |that uses CSS or
                   |                            |jquery-like selector syntax

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