Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Load Test with TPTP
Load Test with TPTP [message #66891] Tue, 18 April 2006 03:36 Go to next message
Eclipse UserFriend
Originally posted by: mingfai.hotmail.com

hi,

I would like to ask a old question, does TPTP supports load testing of SWT
application? what's the best way to achieve a similar effect as a load test?

I have searched the forum and the web, and see the replies in late 2004, as
well as information in the meeting minutes. The question is asked again to
confirm if the status is the same or not.

Thank you very much.

Regards,
mingfai
Re: Load Test with TPTP [message #66906 is a reply to message #66891] Tue, 18 April 2006 04:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mingfai.hotmail.com

load test of SWT application refers to using AGR to record and play back in
multiple concurrent thread. Is it possible?

thx and regards,
mingfai

"Mingfai" <mingfai@hotmail.com> wrote in message
news:e21ms3$sol$1@utils.eclipse.org...
> hi,
>
> I would like to ask a old question, does TPTP supports load testing of SWT
> application? what's the best way to achieve a similar effect as a load
> test?
>
> I have searched the forum and the web, and see the replies in late 2004,
> as well as information in the meeting minutes. The question is asked again
> to confirm if the status is the same or not.
>
> Thank you very much.
>
> Regards,
> mingfai
>
Re: Load Test with TPTP [message #66932 is a reply to message #66906] Tue, 18 April 2006 13:50 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Mingfai,
Currently, the AGR only supports GUI testing of Eclipse applications.
See enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=114159 for
adding support for SWT/RCP applications. In terms of load testing, test
authors can define the behavior of any TPTP test to iterate a loop of test
invocations at execution, either synchronously or asynchronously.

Paul
"Mingfai" <mingfai@hotmail.com> wrote in message
news:e21red$hq3$1@utils.eclipse.org...
> load test of SWT application refers to using AGR to record and play back
in
> multiple concurrent thread. Is it possible?
>
> thx and regards,
> mingfai
>
> "Mingfai" <mingfai@hotmail.com> wrote in message
> news:e21ms3$sol$1@utils.eclipse.org...
> > hi,
> >
> > I would like to ask a old question, does TPTP supports load testing of
SWT
> > application? what's the best way to achieve a similar effect as a load
> > test?
> >
> > I have searched the forum and the web, and see the replies in late 2004,
> > as well as information in the meeting minutes. The question is asked
again
> > to confirm if the status is the same or not.
> >
> > Thank you very much.
> >
> > Regards,
> > mingfai
> >
>
>
Re: Load Test with TPTP [message #67040 is a reply to message #66932] Wed, 19 April 2006 04:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mingfai.hotmail.com

hi Paul,

thx for your info. Sorry that I'm not too familar with the terminology. What
is Eclipse application you refer to? My understanding of "Eclipse
application" is the applications that are based on the Eclipse platform.
(the understanding is obviously incorrectly) Does it mean specifically the
Eclipse IDE? i.e. AGR only support testing Eclipse IDE?!

Thanks for your clarification

regards,
mingfai


"Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
news:e22qru$g32$1@utils.eclipse.org...
> Hi Mingfai,
> Currently, the AGR only supports GUI testing of Eclipse applications.
> See enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=114159 for
> adding support for SWT/RCP applications. In terms of load testing, test
> authors can define the behavior of any TPTP test to iterate a loop of test
> invocations at execution, either synchronously or asynchronously.
>
> Paul
> "Mingfai" <mingfai@hotmail.com> wrote in message
> news:e21red$hq3$1@utils.eclipse.org...
>> load test of SWT application refers to using AGR to record and play back
> in
>> multiple concurrent thread. Is it possible?
>>
>> thx and regards,
>> mingfai
>>
>> "Mingfai" <mingfai@hotmail.com> wrote in message
>> news:e21ms3$sol$1@utils.eclipse.org...
>> > hi,
>> >
>> > I would like to ask a old question, does TPTP supports load testing of
> SWT
>> > application? what's the best way to achieve a similar effect as a load
>> > test?
>> >
>> > I have searched the forum and the web, and see the replies in late
>> > 2004,
>> > as well as information in the meeting minutes. The question is asked
> again
>> > to confirm if the status is the same or not.
>> >
>> > Thank you very much.
>> >
>> > Regards,
>> > mingfai
>> >
>>
>>
>
>
Re: Load Test with TPTP [message #67292 is a reply to message #67040] Fri, 21 April 2006 13:56 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Mingfai,
Yes, the AGR is used to record and playback GUI actions in the Eclipse
platform. That is, plug-in based applications running on the Eclipse
platform but not RCP or stand-alone SWT applications. Although the AGR can
be used for testing Eclipse itself, it is intended for applications build on
the Eclipse platform. The purpose of the feature is to allow users to
automate functional test cases for applications developed under the Eclipse
environment. For more information, see:


http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI.html

Paul
"Mingfai" <mingfai@hotmail.com> wrote in message
news:e24d67$bb8$1@utils.eclipse.org...
> hi Paul,
>
> thx for your info. Sorry that I'm not too familar with the terminology.
What
> is Eclipse application you refer to? My understanding of "Eclipse
> application" is the applications that are based on the Eclipse platform.
> (the understanding is obviously incorrectly) Does it mean specifically the
> Eclipse IDE? i.e. AGR only support testing Eclipse IDE?!
>
> Thanks for your clarification
>
> regards,
> mingfai
>
>
> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
> news:e22qru$g32$1@utils.eclipse.org...
> > Hi Mingfai,
> > Currently, the AGR only supports GUI testing of Eclipse applications.
> > See enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=114159 for
> > adding support for SWT/RCP applications. In terms of load testing, test
> > authors can define the behavior of any TPTP test to iterate a loop of
test
> > invocations at execution, either synchronously or asynchronously.
> >
> > Paul
> > "Mingfai" <mingfai@hotmail.com> wrote in message
> > news:e21red$hq3$1@utils.eclipse.org...
> >> load test of SWT application refers to using AGR to record and play
back
> > in
> >> multiple concurrent thread. Is it possible?
> >>
> >> thx and regards,
> >> mingfai
> >>
> >> "Mingfai" <mingfai@hotmail.com> wrote in message
> >> news:e21ms3$sol$1@utils.eclipse.org...
> >> > hi,
> >> >
> >> > I would like to ask a old question, does TPTP supports load testing
of
> > SWT
> >> > application? what's the best way to achieve a similar effect as a
load
> >> > test?
> >> >
> >> > I have searched the forum and the web, and see the replies in late
> >> > 2004,
> >> > as well as information in the meeting minutes. The question is asked
> > again
> >> > to confirm if the status is the same or not.
> >> >
> >> > Thank you very much.
> >> >
> >> > Regards,
> >> > mingfai
> >> >
> >>
> >>
> >
> >
>
>
Re: Load Test with TPTP [message #67747 is a reply to message #67292] Mon, 24 April 2006 06:29 Go to previous message
Eclipse UserFriend
Originally posted by: mingfai.hotmail.com

thank you for your information.

I thought Eclipse plug-in application is RCP application before.


"Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
news:e2aoam$kqq$1@utils.eclipse.org...
> Hi Mingfai,
> Yes, the AGR is used to record and playback GUI actions in the Eclipse
> platform. That is, plug-in based applications running on the Eclipse
> platform but not RCP or stand-alone SWT applications. Although the AGR
> can
> be used for testing Eclipse itself, it is intended for applications build
> on
> the Eclipse platform. The purpose of the feature is to allow users to
> automate functional test cases for applications developed under the
> Eclipse
> environment. For more information, see:
>
>
> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI.html
>
> Paul
> "Mingfai" <mingfai@hotmail.com> wrote in message
> news:e24d67$bb8$1@utils.eclipse.org...
>> hi Paul,
>>
>> thx for your info. Sorry that I'm not too familar with the terminology.
> What
>> is Eclipse application you refer to? My understanding of "Eclipse
>> application" is the applications that are based on the Eclipse platform.
>> (the understanding is obviously incorrectly) Does it mean specifically
>> the
>> Eclipse IDE? i.e. AGR only support testing Eclipse IDE?!
>>
>> Thanks for your clarification
>>
>> regards,
>> mingfai
>>
>>
>> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
>> news:e22qru$g32$1@utils.eclipse.org...
>> > Hi Mingfai,
>> > Currently, the AGR only supports GUI testing of Eclipse
>> > applications.
>> > See enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=114159
>> > for
>> > adding support for SWT/RCP applications. In terms of load testing,
>> > test
>> > authors can define the behavior of any TPTP test to iterate a loop of
> test
>> > invocations at execution, either synchronously or asynchronously.
>> >
>> > Paul
>> > "Mingfai" <mingfai@hotmail.com> wrote in message
>> > news:e21red$hq3$1@utils.eclipse.org...
>> >> load test of SWT application refers to using AGR to record and play
> back
>> > in
>> >> multiple concurrent thread. Is it possible?
>> >>
>> >> thx and regards,
>> >> mingfai
>> >>
>> >> "Mingfai" <mingfai@hotmail.com> wrote in message
>> >> news:e21ms3$sol$1@utils.eclipse.org...
>> >> > hi,
>> >> >
>> >> > I would like to ask a old question, does TPTP supports load testing
> of
>> > SWT
>> >> > application? what's the best way to achieve a similar effect as a
> load
>> >> > test?
>> >> >
>> >> > I have searched the forum and the web, and see the replies in late
>> >> > 2004,
>> >> > as well as information in the meeting minutes. The question is asked
>> > again
>> >> > to confirm if the status is the same or not.
>> >> >
>> >> > Thank you very much.
>> >> >
>> >> > Regards,
>> >> > mingfai
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>
Previous Topic:Recover from vm crash
Next Topic:RAServer log error
Goto Forum:
  


Current Time: Thu Apr 25 02:18:21 GMT 2024

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

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

Back to the top