Re: RegExp Tester to extend View Results Tree listener

2009-06-27 Thread Milamber
Hello, Now renderes can have own I18N resources. For against, I have left resources messages of standard elements (HTML, JSON, XML...) in the main messages.properties. I also propose a new package named 'display', some explanation here (and a new draft patch).

Re: RegExp Tester to extend View Results Tree listener

2009-06-26 Thread sebb
On 20/06/2009, Milamber milambersp...@gmail.com wrote: Hello, Here some screen captures to view my proposal design to have a listener View Full Results extensible. http://www.milamberspace.net/regexp_tester/view_results_tree_proposal_design.html If you want, you are invited to give your

Re: RegExp Tester to extend View Results Tree listener

2009-06-20 Thread Milamber
Hello, Here some screen captures to view my proposal design to have a listener View Full Results extensible. http://www.milamberspace.net/regexp_tester/view_results_tree_proposal_design.html If you want, you are invited to give your comments. Milamber Le 16/06/2009 00:23, Milamber a ecrit :

Re: RegExp Tester to extend View Results Tree listener

2009-06-15 Thread sebb
On 14/06/2009, Milamber milambersp...@gmail.com wrote: Hello, I have developed a small extension to JMeter for add a tab in View Results Tree listener which permit to test a regular expression on response data and view all matches. (this extension in to help jmeter's user to test their

Re: RegExp Tester to extend View Results Tree listener

2009-06-15 Thread Milamber
Thanks for your response. Thus there are two ways (if I correctly understand): 1/ modify ViewResultsFullVisualizer for find specific classes (in classpath?) like Menu Generator in JMeter, to add one or more panes in this listener. 2/ or create a new visulizer (with capitalization on

Re: RegExp Tester to extend View Results Tree listener

2009-06-15 Thread sebb
On 15/06/2009, Milamber milambersp...@gmail.com wrote: Thanks for your response. Thus there are two ways (if I correctly understand): 1/ modify ViewResultsFullVisualizer for find specific classes (in classpath?) like Menu Generator in JMeter, to add one or more panes in this listener. Yes,

Re: RegExp Tester to extend View Results Tree listener

2009-06-15 Thread Milamber
Le 16/06/2009 00:11, sebb a ecrit : On 15/06/2009, Milamber milambersp...@gmail.com wrote: Thanks for your response. Thus there are two ways (if I correctly understand): 1/ modify ViewResultsFullVisualizer for find specific classes (in classpath?) like Menu Generator in JMeter, to add

RegExp Tester to extend View Results Tree listener

2009-06-14 Thread Milamber
Hello, I have developed a small extension to JMeter for add a tab in View Results Tree listener which permit to test a regular expression on response data and view all matches. (this extension in to help jmeter's user to test their regexp without a running test. this requirement because I