apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.26k stars 2.09k forks source link

Introduce a new Extractor that uses CSS or jquery-like selector syntax #3008

Closed asfimport closed 11 years ago

asfimport commented 11 years ago

@pmouawad (Bug 54259): Project:

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.

OS: All

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): Another option is to use Jodd under BSD license:

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): Date: Sun Dec 16 15:34:56 2012 New Revision: 1422599

URL: http://svn.apache.org/viewvc?rev=1422599&view=rev Log: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor https://github.com/apache/jmeter/issues/3008

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

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): DOCS TODO

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): Date: Sun Dec 16 18:21:45 2012 New Revision: 1422654

URL: http://svn.apache.org/viewvc?rev=1422654&view=rev Log: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances https://github.com/apache/jmeter/issues/3008

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: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances https://github.com/apache/jmeter/issues/3008

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: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances https://github.com/apache/jmeter/issues/3008

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)

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): Date: Sun Dec 16 18:29:23 2012 New Revision: 1422661

URL: http://svn.apache.org/viewvc?rev=1422661&view=rev Log: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor saveservice.properties https://github.com/apache/jmeter/issues/3008

Modified: jmeter/trunk/bin/saveservice.properties

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): Date: Sun Dec 16 18:33:26 2012 New Revision: 1422662

URL: http://svn.apache.org/viewvc?rev=1422662&view=rev Log: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor update version https://github.com/apache/jmeter/issues/3008

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: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor update version and revision https://github.com/apache/jmeter/issues/3008

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

asfimport commented 11 years ago

@pmouawad (migrated from Bugzilla): Date: Sun Dec 16 19:51:08 2012 New Revision: 1422673

URL: http://svn.apache.org/viewvc?rev=1422673&view=rev Log: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor Fix i18n label https://github.com/apache/jmeter/issues/3008

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: https://github.com/apache/jmeter/issues/3008 - Introduce a CSS or jquery-like based Extractor Documentation https://github.com/apache/jmeter/issues/3008

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