Re: Component adding hotkeys

2015-06-02 Thread Andrey Pokhilko
Not having a Thread Group in hotkeys disbles "fluent start", when you just opened JMeter and immediately start building Test Plan with hotkeys. My UX feeling says that we should still have it. Ctrl+0 is the most rightsided key, that reflects rarity of usage. Having Debug Sampler and View Results T

Re: Component adding hotkeys

2015-06-02 Thread sebb
On 2 June 2015 at 20:42, Philippe Mouawad wrote: > Hi, > Thanks for taking into account some notes. > > 1/ I would put these defaults: > gui.quick_0=ThreadGroupGui Although that is needed for every test, often only one is needed. It seems wasteful to use up a quick key for this. Maybe a ThreadGr

Re: HTTP Sampler to use FileServer

2015-06-02 Thread Philippe Mouawad
thanks, look ok to me, except for missing javadocs and comments. Regards Philippe On Tue, Jun 2, 2015 at 3:20 PM, Andrey Pokhilko wrote: > I have prepared the changes, please review it and let me know if it is > ok to commit it into svn: > > https://github.com/apache/jmeter/pull/23/files > > An

Re: Component adding hotkeys

2015-06-02 Thread Philippe Mouawad
Hi, Thanks for taking into account some notes. 1/ I would put these defaults: gui.quick_0=ThreadGroupGui gui.quick_1=HttpTestSampleGui gui.quick_2=RegexExtractorGui gui.quick_3=HtmlExtractorGui gui.quick_4=AssertionGui gui.quick_5=ConstantTimerGui gui.quick_6=GaussianRandomTimerGui gui.quick_7=Tes

Re: What does save elapsed time in simple data writer refer to ?

2015-06-02 Thread sebb
This is really a question for the user list. But perhaps this will help: http://jmeter.apache.org/usermanual/glossary.html On 2 June 2015 at 06:05, amisudiptasen wrote: > Does *save elapsed time* in *simple data writer* >

Re: HTTP Sampler to use FileServer

2015-06-02 Thread Andrey Pokhilko
I have prepared the changes, please review it and let me know if it is ok to commit it into svn: https://github.com/apache/jmeter/pull/23/files Andrey Pokhilko On 05/14/2015 07:55 PM, sebb wrote: > On 14 May 2015 at 17:34, Andrey Pokhilko wrote: >> Hi, >> >> Through my investigations of file up

[GitHub] jmeter pull request: Use FileServer in HTTP Request files

2015-06-02 Thread undera
GitHub user undera opened a pull request: https://github.com/apache/jmeter/pull/23 Use FileServer in HTTP Request files You can merge this pull request into a Git repository by running: $ git pull https://github.com/Blazemeter/jmeter fileserver-in-httprequest Alternatively yo

[GitHub] jmeter pull request: Use FileServer in HTTP Request files

2015-06-02 Thread undera
Github user undera closed the pull request at: https://github.com/apache/jmeter/pull/22 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[GitHub] jmeter pull request: Use FileServer in HTTP Request files

2015-06-02 Thread undera
Github user undera commented on the pull request: https://github.com/apache/jmeter/pull/22#issuecomment-107948802 Occasional changes get into, closing --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] jmeter pull request: Use FileServer in HTTP Request files

2015-06-02 Thread undera
GitHub user undera opened a pull request: https://github.com/apache/jmeter/pull/22 Use FileServer in HTTP Request files You can merge this pull request into a Git repository by running: $ git pull https://github.com/Blazemeter/jmeter http-sampler-fileserver Alternatively you

Re: Component adding hotkeys

2015-06-02 Thread Andrey Pokhilko
Hi, I fixed issue with Ctrl+9, changed defaults slightly, added doc and bugzilla https://bz.apache.org/bugzilla/show_bug.cgi?id=57988 If there are no objections, I will commit this change within 24 hours. Andrey Pokhilko On 04/30/2015 03:49 PM, Philippe Mouawad wrote: > Hi, > I think it's a nic