So, consider this thread moved to development. I'd like to see JMeter's GUI enhanced to improve editing of whole test plans.
To that end, I've made a listener that gets added to all GUI components and sub-components that appear in JMeter, with the intention of setting up a system for making context-sensitive right-click popup menus. The idea is twofold: 1. Allow menu-driven complex editing on any field in JMeter's gui. This would allow one to write code that reads the contents of the current text box and let the user, say, search the testplan for other occurrences of that string. Or initiate search and replace functions using those contents. Or anything else. 2. More importantly, this system will provide a way to plugin new menu actions as easily as new functions can be plugged in. Anyone who envisions a new way to make edits to a test plan can write a component that populates these context menus to offer new capabilities to the user. So far, i've written the code that adds the listener to all parts of JMeter. I have to now write the code that creates the popup and finds other components and gives them a chance to add items to that popup. -Mike On 6 Nov 2003 at 23:12, Jordi Salvat i Alabart wrote: > No, there's nothing out there that I know of. > > It would be nice to have the necessary tools. Your solution would be > OK... for you. I would rather favour a Java solution to make it as > portable as JMeter is. > > Feel free to move this discussion to jmeter-dev -- it's probably a > better place for it. > > Salut, > > Jordi. > > Ryo Sode wrote: > > How do you guys manage JMeter test files or develop them outside JMeter if > > anyone's doing it? > > > > I'm using JMeter on OS X for functional testing (thus have various query > > parameters and response assertions to manage) and it has been a painful > > experience to manage 1000+ test cases using JMeter UI. For example, I can > > not seem to paste any text into it or can not change all of test cases > > specific parameters on the fly at the same time. > > > > I am wondering if there's any application that you guys use that runs on OS > > X or Windows that manages JMeter test suites. If there's nothing out there, > > I'm thinking about developing a FileMaker Database from which I can generate > > .jmx file via XML export.... > > > > Ryo > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
