Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » call for load testing tool on Rap
call for load testing tool on Rap [message #83328] Thu, 17 April 2008 06:58 Go to next message
Eclipse UserFriend
Originally posted by: chou.edwin.gmail.com

Dear all

I am looking for some load test tool on Rap.

Because I am not for sure the performance on complicate component.

I have tried webload(even if I change the record option).

It does not workly properly on Rap.

Does someone kindly suggest some tool on RapH

Best Regards
Re: call for load testing tool on Rap [message #83383 is a reply to message #83328] Thu, 17 April 2008 07:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

I'm not familiar with webload, because we use JMeter for stress tests.
One thing that's important with stress tests is that you must remove the
UICallBack requests from your tests in case there are background jobs
running. Otherwise execution of the test session will be blocked.


Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: chengchichou [mailto:chou.edwin@gmail.com]
Bereitgestellt: Donnerstag, 17. April 2008 08:59
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: call for load testing tool on Rap
Betreff: call for load testing tool on Rap


Dear all

I am looking for some load test tool on Rap.

Because I am not for sure the performance on complicate component.

I have tried webload(even if I change the record option).

It does not workly properly on Rap.

Does someone kindly suggest some tool on RapH

Best Regards
Re: call for load testing tool on Rap [message #98344 is a reply to message #83383] Tue, 15 July 2008 13:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mike.xmos.com

This may be a silly question but how do we perform load tests on RAP
when mutliple browser-instances are not supported?

Frank Appel wrote:
> Hi,
>
> I'm not familiar with webload, because we use JMeter for stress tests.
> One thing that's important with stress tests is that you must remove the
> UICallBack requests from your tests in case there are background jobs
> running. Otherwise execution of the test session will be blocked.
>
>
> Ciao
> Frank
>
> -----Ursprüngliche Nachricht-----
> Von: chengchichou [mailto:chou.edwin@gmail.com]
> Bereitgestellt: Donnerstag, 17. April 2008 08:59
> Bereitgestellt in: eclipse.technology.rap
> Unterhaltung: call for load testing tool on Rap
> Betreff: call for load testing tool on Rap
>
>
> Dear all
>
> I am looking for some load test tool on Rap.
>
> Because I am not for sure the performance on complicate component.
>
> I have tried webload(even if I change the record option).
>
> It does not workly properly on Rap.
>
> Does someone kindly suggest some tool on Rap
Re: call for load testing tool on Rap [message #98388 is a reply to message #98344] Tue, 15 July 2008 15:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Mike,

what RAP does not support is multiple tabs or browser windows within
one session.
I.e. Firefox does not request a new session when the same URL is
opened in a second tabs. This leads to a warning message in the
second tab.
However, tools like JMeter request a new session for each browser
that they simulate.

HTH
Rüdiger


Mike Wrighton wrote:
> This may be a silly question but how do we perform load tests on RAP
> when mutliple browser-instances are not supported?
>
> Frank Appel wrote:
>> Hi,
>>
>> I'm not familiar with webload, because we use JMeter for stress tests.
>> One thing that's important with stress tests is that you must remove the
>> UICallBack requests from your tests in case there are background jobs
>> running. Otherwise execution of the test session will be blocked.
>>
>>
>> Ciao
>> Frank
>>
>> -----Ursprüngliche Nachricht-----
>> Von: chengchichou [mailto:chou.edwin@gmail.com]
>> Bereitgestellt: Donnerstag, 17. April 2008 08:59
>> Bereitgestellt in: eclipse.technology.rap
>> Unterhaltung: call for load testing tool on Rap
>> Betreff: call for load testing tool on Rap
>>
>>
>> Dear all
>>
>> I am looking for some load test tool on Rap.
>>
>> Because I am not for sure the performance on complicate component.
>>
>> I have tried webload(even if I change the record option).
>>
>> It does not workly properly on Rap.
>>
>> Does someone kindly suggest some tool on Rap
Re: call for load testing tool on Rap [message #98451 is a reply to message #98388] Tue, 15 July 2008 16:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mike.xmos.com

Ok, I'm trying to do some load tests amongst others using selenium - do
you know what actually seperates sessions in the requests? e.g. what
should I change in selenium to simulate this?

Rüdiger Herrmann wrote:
> Mike,
>
> what RAP does not support is multiple tabs or browser windows within one
> session.
> I.e. Firefox does not request a new session when the same URL is opened
> in a second tabs. This leads to a warning message in the second tab.
> However, tools like JMeter request a new session for each browser that
> they simulate.
>
> HTH
> Rüdiger
>
>
> Mike Wrighton wrote:
>> This may be a silly question but how do we perform load tests on RAP
>> when mutliple browser-instances are not supported?
>>
>> Frank Appel wrote:
>>> Hi,
>>>
>>> I'm not familiar with webload, because we use JMeter for stress tests.
>>> One thing that's important with stress tests is that you must remove the
>>> UICallBack requests from your tests in case there are background jobs
>>> running. Otherwise execution of the test session will be blocked.
>>>
>>>
>>> Ciao
>>> Frank
>>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: chengchichou [mailto:chou.edwin@gmail.com]
>>> Bereitgestellt: Donnerstag, 17. April 2008 08:59
>>> Bereitgestellt in: eclipse.technology.rap
>>> Unterhaltung: call for load testing tool on Rap
>>> Betreff: call for load testing tool on Rap
>>>
>>>
>>> Dear all
>>>
>>> I am looking for some load test tool on Rap.
>>>
>>> Because I am not for sure the performance on complicate component.
>>>
>>> I have tried webload(even if I change the record option).
>>>
>>> It does not workly properly on Rap.
>>>
>>> Does someone kindly suggest some tool on Rap
Re: call for load testing tool on Rap [message #98481 is a reply to message #98451] Tue, 15 July 2008 16:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Mike,

a session is identified by its session-id. This id is passed between
client and server either as a cookie or encoded as a parameter in
the URL.

Unfortunately I don't know Selenium and can't give any hints on how
to tell Selenium about session ids.

Cheers,
Rüdiger


Mike Wrighton wrote:
> Ok, I'm trying to do some load tests amongst others using selenium - do
> you know what actually seperates sessions in the requests? e.g. what
> should I change in selenium to simulate this?
>
> Rüdiger Herrmann wrote:
>> Mike,
>>
>> what RAP does not support is multiple tabs or browser windows within
>> one session.
>> I.e. Firefox does not request a new session when the same URL is
>> opened in a second tabs. This leads to a warning message in the second
>> tab.
>> However, tools like JMeter request a new session for each browser that
>> they simulate.
>>
>> HTH
>> Rüdiger
>>
>>
>> Mike Wrighton wrote:
>>> This may be a silly question but how do we perform load tests on RAP
>>> when mutliple browser-instances are not supported?
>>>
>>> Frank Appel wrote:
>>>> Hi,
>>>>
>>>> I'm not familiar with webload, because we use JMeter for stress tests.
>>>> One thing that's important with stress tests is that you must remove
>>>> the
>>>> UICallBack requests from your tests in case there are background jobs
>>>> running. Otherwise execution of the test session will be blocked.
>>>>
>>>>
>>>> Ciao
>>>> Frank
>>>>
>>>> -----Ursprüngliche Nachricht-----
>>>> Von: chengchichou [mailto:chou.edwin@gmail.com]
>>>> Bereitgestellt: Donnerstag, 17. April 2008 08:59
>>>> Bereitgestellt in: eclipse.technology.rap
>>>> Unterhaltung: call for load testing tool on Rap
>>>> Betreff: call for load testing tool on Rap
>>>>
>>>>
>>>> Dear all
>>>>
>>>> I am looking for some load test tool on Rap.
>>>>
>>>> Because I am not for sure the performance on complicate component.
>>>>
>>>> I have tried webload(even if I change the record option).
>>>>
>>>> It does not workly properly on Rap.
>>>>
>>>> Does someone kindly suggest some tool on Rap
Re: call for load testing tool on Rap [message #98628 is a reply to message #98451] Wed, 16 July 2008 09:08 Go to previous message
Stefan Hansel is currently offline Stefan HanselFriend
Messages: 103
Registered: July 2009
Senior Member
<br><font size=2 face="sans-serif">As far as I know, Selenium uses the
browser to control the app. </font>
<br>
<br><font size=2 face="sans-serif">So if the Browser shares session between
tabs (as firefox does) you have no chance to simulate multiple users this
way.</font>
<br>
<br><font size=2 face="sans-serif">I think you either have to start multiple
firefox instances or maybe just deactivating cookies helps.</font>
<br><font size=2 face="sans-serif">If there are no cookies the server will
automatically create sessionIds in the URLs. &nbsp;Thus maybe it would
work even with multiple tabs in firefox.</font>
Previous Topic:Fast views
Next Topic:ILightweightLabelDecorator does not update
Goto Forum:
  


Current Time: Thu Apr 25 00:09:28 GMT 2024

Powered by FUDForum. Page generated in 0.03476 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top