Hello, As first note, I would try to not only limit extractors to regex but:
- if html, try using css selector extractor if possible - if json, json path - if xml, xpath2 - otherwise boundary extractor or regex extractor Second, try to follow a naming convention for autocorrelated variables to easily detect them Regards On Thursday, August 8, 2019, Takashi Imoto <[email protected]> wrote: > To: Mr. Philippe > > Thank you for quick response. > We are happy to contribute to community. > > We have written approach and use case below tickets. > <https://bz.apache.org/bugzilla/show_bug.cgi?id=63640> > > Could you please give me the feedback on our approach? > Accordingly we will implemented and submit PR. > > We have already done the prototype, if you want to try the functionality, > we can share that. > > Thanks. > Takashi Imoto. > > > -----Original Message----- > > From: Philippe Mouawad <[email protected]> > > Sent: Thursday, August 8, 2019 4:28 PM > > To: [email protected] > > Cc: necti_openiv_swe <[email protected]> > > Subject: Re: Bugzilla Enhancement: "Auto-Correlation as core > functionality in > > JMeter" > > > > Hello, > > > > Thanks for your proposal. > > This surely interests the community. > > Please discuss conception on this list and make a PR on github. > > > > Regards > > On Thursday, August 8, 2019, Takashi Imoto <[email protected]> > wrote: > > > > > Hi Teams. > > > > > > To enhance usability of JMeter, NEC create new feature and bug fix > > > in-house. > > > And we want to contribute these features to the community. > > > > > > Last time, our company contributed fix patch about encoding issue. > > > > > > Bug63129-JMeter can not identify encoding during first time page > > > submission. > > > Based partly on analysis and PR made by Naveen Nandwani > > > (naveen.nandwani@ > > > india.nec.com) > > > > > > And now we prototyped the feature that enable find correlation > > > variable and set regular expression. > > > We tried this feature in-house, and we can easily create and modify > > > scripts. > > > > > > For detail we post as Enhancement as following. > > > > > > <https://bz.apache.org/bugzilla/show_bug.cgi?id=63640> > > > > > > Our company want to contribute this feature to the community and have > > > plan to post PR. > > > > > > If team interested this, please give us feedback and request us PR. > > > > > > Thanks. > > > Takashi Imoto. > > > > > > ------------------------------ > > > NEC > > > Takashi Imoto: [email protected] > > > > > > https://www.nec.com/ > > > > > > > -----Original Message----- > > > > From: Ankur Gupta <[email protected]> > > > > Sent: Tuesday, August 6, 2019 6:47 PM > > > > To: [email protected] > > > > Subject: Bugzilla Enhancement: "Auto-Correlation as core > > > > functionality in JMeter" > > > > > > > > Hello, > > > > > > > > We have raised one enhancement related to "Auto-Correlation as core > > > > functionality in JMeter" with below Bugzilla URL: > > > > > > > > https://bz.apache.org/bugzilla/show_bug.cgi?id=63640 > > > > > > > > Requested Apache community members to provide their feedback and > > > > suggestions on this enhancement. > > > > > > > > Thanks, > > > > Ankur Gupta > > > > ________________________________ > > > > The contents of this e-mail and any attachment(s) are confidential > > > > and intended for the named recipient(s) only. It shall not attach > > > > any > > > liability on the > > > > originator or NECTI or its affiliates. Any views or opinions > > > > presented > > > in this > > > > email are solely those of the author and may not necessarily reflect > > > > the > > > opinions > > > > of NECTI or its affiliates. Any form of reproduction, dissemination, > > > copying, > > > > disclosure, modification, distribution and / or publication of this > > > message > > > > without the prior written consent of the author of this e-mail is > > > strictly > > > > prohibited. If you have received this email in error please delete > > > > it > > > and notify the > > > > sender immediately. > > > > > > > -- Cordialement. Philippe Mouawad.
