Re: XPath Extractor : Drop Tidy Option

2017-11-16 Thread Antonio Gomes Rodrigues
+0 for me, I have never used XPath Extractor for HTML Antonio 2017-11-17 8:10 GMT+01:00 Andrey Pokhilko : > +0 for me > > Andrey Pokhilko > > 16.11.2017 22:20, Philippe Mouawad пишет: > > Hello, > > Tidy option AFAIK used to allow using XPath Extractor for HTML. > > I don't think it's needed any

Re: XPath Extractor : Drop Tidy Option

2017-11-16 Thread Andrey Pokhilko
+0 for me Andrey Pokhilko 16.11.2017 22:20, Philippe Mouawad пишет: > Hello, > Tidy option AFAIK used to allow using XPath Extractor for HTML. > I don't think it's needed anymore since we have CSS/JQuery extractor which > is: > - Up to date > - Powerful > - Performing much better than XPath > > I

[GitHub] jmeter issue #329: Expansion of "Add expand/collapse all menu in render XML ...

2017-11-16 Thread ham1
Github user ham1 commented on the issue: https://github.com/apache/jmeter/pull/329 I think this is useful for people who are exploring the xml responses. I agree that this could be removed if the XPath tester was improved with the same view. ---

[GitHub] jmeter issue #329: Expansion of "Add expand/collapse all menu in render XML ...

2017-11-16 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/329 Hi @ham1 , Thanks for PR. As commented on @max3163 PR, I feel this renderer is not very useful. I think improving more the XPath Tester and removing this one would bring a better UX ?

Jenkins build is back to normal : JMeter-trunk #6456

2017-11-16 Thread Apache Jenkins Server
See

XPath Extractor : Drop Tidy Option

2017-11-16 Thread Philippe Mouawad
Hello, Tidy option AFAIK used to allow using XPath Extractor for HTML. I don't think it's needed anymore since we have CSS/JQuery extractor which is: - Up to date - Powerful - Performing much better than XPath I propose to drop tidy options from XPath. I even propose to think about dropping jtidy

Re: URL parameter extraction

2017-11-16 Thread Philippe Mouawad
Hello, Looks good to me. REgards On Thu, Nov 16, 2017 at 10:07 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Am 16. November 2017 09:16:16 MEZ schrieb Philippe Mouawad < > philippe.moua...@gmail.com>: > >Hello Felix, > >Just to be sure to understand, what is the use case

Build failed in Jenkins: JMeter-trunk #6455

2017-11-16 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix error in description -- [...truncated 183.38 KB...] [concat] at org.apache.jmeter.protocol.tcp.sampler.TCPSampler.getSocket(TCPSampler.java

Re: URL parameter extraction

2017-11-16 Thread Felix Schumacher
Am 16. November 2017 09:16:16 MEZ schrieb Philippe Mouawad : >Hello Felix, >Just to be sure to understand, what is the use case you have in mind ? To help those, who have to extract a token from an url that was extracted from a HTML document. This is needed often, when trying to follow a sso p

Re: URL parameter extraction

2017-11-16 Thread Philippe Mouawad
Hello Felix, Just to be sure to understand, what is the use case you have in mind ? Thank you On Thu, Nov 16, 2017 at 9:05 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > Hi all, > > as Philippe is adding a few new functions to jmeter, I wondered whether we > should add a func

URL parameter extraction

2017-11-16 Thread Felix Schumacher
Hi all, as Philippe is adding a few new functions to jmeter, I wondered whether we should add a function to extract parameter values from URLs. Something along the lines __extractParamValueFromUrl(${url}, paramName) It could take a third parameter indicating which value to return, when the pa