You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Asish Pradhan <as...@infogain.com> on 2013/10/30 01:45:43 UTC

Using Jmeter for Swing based testing

Hello All,
We are trying to figure out if we can load/stress test our Swing based
POS solution on a Client/Server architecture. Please recommend us if we
can use Jmeter for stress testing on this Multi Tiered Java Swing based
product. Will greatly appreciate any feedbacks.

Thanks
JJJ 

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


Re: Using Jmeter for Swing based testing

Posted by Flavio Cysne <fl...@gmail.com>.
If you prefer doing UI tests, you can use FEST, JUnit and JMeter.


2013/10/30 Asish Pradhan <as...@infogain.com>

> Thanks Janusz. I think Server side testing is achievable as we are trrying
> to test WebServices/DB/JMS etc. The issue that we are facing is determining
> if we can use Jmeter to drive our UI load testing. For example putting
> values in the UI objets and then driving the flow would be something that
> will be needed. I was wondering if Jmeter can do that UI drive from Swing
> Clients and if it can be profiled. Do you have any thoughts on that or any
> similar tools that does that
>
> -----Original Message-----
> From: Janusz Kowalczyk [mailto:kowalczykjanusz@gmail.com]
> Sent: Wednesday, October 30, 2013 4:25 AM
> To: JMeter Users List
> Subject: Re: Using Jmeter for Swing based testing
>
> Hi Asish,
>
> If it's the server side you want to load test then definitely you can do
> it in JMeter.
> Depending what communication protocol your backend is using you'd have to
> use a different sampler.
>
> Cheers,
> Janusz
>
>
> On 30 October 2013 00:45, Asish Pradhan <as...@infogain.com>
> wrote:
>
> > Hello All,
> > We are trying to figure out if we can load/stress test our Swing based
> > POS solution on a Client/Server architecture. Please recommend us if
> > we can use Jmeter for stress testing on this Multi Tiered Java Swing
> > based product. Will greatly appreciate any feedbacks.
> >
> > Thanks
> > JJJ
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
> >
>
>
> --
> Zapraszam na swojego foto-bloga: http://na100procentchyba.wordpress.com/
> Autopodpis: Staraj się używać pola Ukryty do Wiadomości (UDW) przy
> wysyłaniu wiadomości do wielu odbiorców, ograniczysz przez to
> rozprzestrzenianie się spamu!
> Autosignature: Try to use field BCC (blind carbon copy) when sending
> message to many recepients, it will restrain spread of spam!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>

RE: Using Jmeter for Swing based testing

Posted by Asish Pradhan <as...@infogain.com>.
Thanks Janusz. I think Server side testing is achievable as we are trrying to test WebServices/DB/JMS etc. The issue that we are facing is determining if we can use Jmeter to drive our UI load testing. For example putting values in the UI objets and then driving the flow would be something that will be needed. I was wondering if Jmeter can do that UI drive from Swing Clients and if it can be profiled. Do you have any thoughts on that or any similar tools that does that

-----Original Message-----
From: Janusz Kowalczyk [mailto:kowalczykjanusz@gmail.com] 
Sent: Wednesday, October 30, 2013 4:25 AM
To: JMeter Users List
Subject: Re: Using Jmeter for Swing based testing

Hi Asish,

If it's the server side you want to load test then definitely you can do it in JMeter.
Depending what communication protocol your backend is using you'd have to use a different sampler.

Cheers,
Janusz


On 30 October 2013 00:45, Asish Pradhan <as...@infogain.com> wrote:

> Hello All,
> We are trying to figure out if we can load/stress test our Swing based 
> POS solution on a Client/Server architecture. Please recommend us if 
> we can use Jmeter for stress testing on this Multi Tiered Java Swing 
> based product. Will greatly appreciate any feedbacks.
>
> Thanks
> JJJ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


--
Zapraszam na swojego foto-bloga: http://na100procentchyba.wordpress.com/
Autopodpis: Staraj się używać pola Ukryty do Wiadomości (UDW) przy wysyłaniu wiadomości do wielu odbiorców, ograniczysz przez to rozprzestrzenianie się spamu!
Autosignature: Try to use field BCC (blind carbon copy) when sending message to many recepients, it will restrain spread of spam!

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


Re: Using Jmeter for Swing based testing

Posted by Janusz Kowalczyk <ko...@gmail.com>.
Hi Asish,

If it's the server side you want to load test then definitely you can do it
in JMeter.
Depending what communication protocol your backend is using you'd have to
use a different sampler.

Cheers,
Janusz


On 30 October 2013 00:45, Asish Pradhan <as...@infogain.com> wrote:

> Hello All,
> We are trying to figure out if we can load/stress test our Swing based
> POS solution on a Client/Server architecture. Please recommend us if we
> can use Jmeter for stress testing on this Multi Tiered Java Swing based
> product. Will greatly appreciate any feedbacks.
>
> Thanks
> JJJ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>


-- 
Zapraszam na swojego foto-bloga: http://na100procentchyba.wordpress.com/
Autopodpis: Staraj się używać pola Ukryty do Wiadomości (UDW) przy
wysyłaniu wiadomości do wielu odbiorców, ograniczysz przez to
rozprzestrzenianie się spamu!
Autosignature: Try to use field BCC (blind carbon copy) when sending
message to many recepients, it will restrain spread of spam!

Re: Using Jmeter for Swing based testing

Posted by Flavio Cysne <fl...@gmail.com>.
I'm working on a performance test in a client-server Swing application that
uses RMI.
I'm testing only the code part that communicates with the server, not the
user interface.
As I need to run the test headless, there's no meaning to start the test
from the user interface.
I created a JUnit test project in Eclipse, wrote the test classes and
export to a jar that I put in $JMETER_HOME\lib\junit
I also configured an external user classpath with the application library
dependencies.
After that I created a JMeter Test Plan and added a JUnit Test sampler
calling the test method of my JUnit test class.

To run the test I had to copy junit test project jar to $JMETER\lib\junit
directory of all JMeter instances used (master and slaves)
Had to copy application dependencies folder to all JMeter instances
machines and configure user classpath in user.properties for each one too.