AW: AW: Jmeter scripting and other tools

2005-07-20 Thread Christian Baumgartner
2005 14:39 An: jmeter-user@jakarta.apache.org Betreff: Re: AW: Jmeter scripting and other tools On Wed, 2005-07-20 at 14:53 +0200, Christian Baumgartner wrote: > Well, first thank you for your suggestions, that helps me really > much.. > > I actually haven't figured out, how to u

Re: AW: Jmeter scripting and other tools

2005-07-20 Thread Michael Stover
ike > > > > -Ursprüngliche Nachricht- > Von: sebb [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 20. Juli 2005 13:45 > An: JMeter Users List > Betreff: Re: Jmeter scripting and other tools > > > In theory, you can use BeanShell Sampler to do anything

AW: Jmeter scripting and other tools

2005-07-20 Thread Christian Baumgartner
ist Betreff: Re: Jmeter scripting and other tools In theory, you can use BeanShell Sampler to do anything - it's just a way of writing Java code that can be executed by JMeter to perform a sample. For example, you could write java code to scan the file system looking for strings in a file.

Re: Jmeter scripting and other tools

2005-07-20 Thread sebb
; Gesendet: Mittwoch, 20. Juli 2005 13:19 > An: JMeter Users List > Betreff: Re: Jmeter scripting and other tools > > > The BeanShell Sampler can be used to write a script to perform a single > sample. > BeanShell can also be used to create functions and Assertions. > &

AW: Jmeter scripting and other tools

2005-07-20 Thread Christian Baumgartner
. Juli 2005 13:19 An: JMeter Users List Betreff: Re: Jmeter scripting and other tools The BeanShell Sampler can be used to write a script to perform a single sample. BeanShell can also be used to create functions and Assertions. It's not possible to use BeanShell as a scripting langua

Re: Jmeter scripting and other tools

2005-07-20 Thread sebb
stian Baumgartner > > -Ursprüngliche Nachricht- > Von: Stéphane Birot [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 20. Juli 2005 09:20 > An: JMeter Users List > Betreff: RE: Jmeter scripting and other tools > > > OpenSTA (http://www.opensta.org/) is another open-sou

AW: Jmeter scripting and other tools

2005-07-20 Thread Christian Baumgartner
t 2005 10:03 > À : JMeter Mailinglist > Objet : Jmeter scripting and other tools > > Are there any other tools that are that comfortable like > jmeter, but also > have some skripting languages build in? > Sometimes it's really hard to make logic sequences with the > &#x

RE: Jmeter scripting and other tools

2005-07-20 Thread Stéphane Birot
0:03 > À : JMeter Mailinglist > Objet : Jmeter scripting and other tools > > Are there any other tools that are that comfortable like > jmeter, but also > have some skripting languages build in? > Sometimes it's really hard to make logic sequences with the > 'lego'-l

Jmeter scripting and other tools

2005-07-20 Thread Christian Baumgartner
Are there any other tools that are that comfortable like jmeter, but also have some skripting languages build in? Sometimes it's really hard to make logic sequences with the 'lego'-like structure of jmeter, and scripting would be easier.. fg