Re: JMeter JMX file format

2016-07-27 Thread 易 ,
Thanks a lot. I will check with these two projects. Please consider add this feature in your next release. 2016-07-28 6:18 GMT+08:00 Ra Ge : > Philippe, understood! The readable-test-file feature is a "nice to have" > rather than a "must have". I just wanted to sort of vote +1 for the > featu

Re: Roadmap 2016/2017

2016-07-27 Thread Milamber
On 27/07/2016 13:41, Philippe Mouawad wrote: Hello, I think we should work on a roadmap for JMeter to ensure: - we prioritize some urgent work on it. - we give visibility on future of JMeter to users I see the following things from most to less urgent: - http2 support. We depend on httpclien

Re: Roadmap 2016/2017

2016-07-27 Thread Ra Ge
I bet this has been discussed before (googling JMeter and maven gives maven-plugin results), but is there any interest/desire in moving away from the Ant based build system? RaGe On Wed, Jul 27, 2016, 8:41 AM Philippe Mouawad wrote: > Hello, > I think we should work on a roadmap for JMeter to e

Re: JMeter JMX file format

2016-07-27 Thread Ra Ge
Philippe, understood! The readable-test-file feature is a "nice to have" rather than a "must have". I just wanted to sort of vote +1 for the feature. RaGe On Wed, Jul 27, 2016, 8:31 AM Philippe Mouawad wrote: > Hi Ra Ge, > I agree it can be useful but it's a matter of priority and resources on

Roadmap 2016/2017

2016-07-27 Thread Philippe Mouawad
Hello, I think we should work on a roadmap for JMeter to ensure: - we prioritize some urgent work on it. - we give visibility on future of JMeter to users I see the following things from most to less urgent: - http2 support. We depend on httpclient for this - possible rework of core architecture

Re: JMeter JMX file format

2016-07-27 Thread Philippe Mouawad
Hi Ra Ge, I agree it can be useful but it's a matter of priority and resources on the project. Did you see the dev mailing list on roadmap for 2015 ? You can open a thread for other proposals and of course patches, ideas are welcome. Regards On Wednesday, July 27, 2016, Ra Ge wrote: > I think

Re: JMeter JMX file format

2016-07-27 Thread Ra Ge
I think there is certainly value in making the test file more human readable. A lot of real world use cases I've seen treats the jmx file as code. It is checked into git/svn very often - where it gets displayed as text/XML but isn't easy to read/parse. There are a few different attempts including

Re: JMeter JMX file format

2016-07-27 Thread Philippe Mouawad
Hi, In Jmeter, you're never supposed to manipulate xml. You use gui (which is a full fledge IDE for plan creation) to modify the test plan and pass parameters using properties. But If you need a dsl, look at ruby-jmeter. For now DSL for JMeter is not prioritary in the roadmap unless users think it

JMeter JMX file format

2016-07-27 Thread 易 ,
Do you have any plan to change the JMX file to any other language like scala? My working environment is linux, it is very hard for me to change the xml file if I need to modify the parameters. Thanks a lot. -- Best Regards Wei