You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Ryo Sode <ry...@filemaker.com> on 2003/11/05 04:06:49 UTC

Test Management?

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: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Better test manipulation capabilities (was Test Management?)

Posted by ms...@apache.org.
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: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 




--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688
AIM: mstover777

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


Re: Test Management?

Posted by Jordi Salvat i Alabart <js...@atg.com>.
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: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Test Management?

Posted by peter lin <jm...@yahoo.com>.
There's a new access log sampler and the bean shell
sampler. both may be suitable.

I originally wrote the access log sampler for
simulation testing, but it could easily be adapted to
parse CSV, XML or any format you want.  It should be
in the nightly.

peter 



--- Ryo Sode <ry...@filemaker.com> 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:
> jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org