Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How does RAP team automate test RAP ?
How does RAP team automate test RAP ? [message #26801] Wed, 23 May 2007 05:49 Go to next message
Eclipse UserFriend
Hi,

I was wondering how do you guys at RAP team test this RAP framework
especially the UI part ? Do you also use unit testing framework like
JUnit/TestNG to automate test RAP ? or UI tester for web apps like
Selenium ?

Any hints would be greatly appreciated.


Best Regards,

Setya
Re: How does RAP team automate test RAP ? [message #26920 is a reply to message #26801] Wed, 23 May 2007 09:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benedikt.arnold.beyondsoft.de

Hi!
Have a look at the "org.eclipse.rap.rwt.test" projekt wich you will find in
the cvs repository. There you will find a lot of unit tests for ui elements.

Greetings,
Benedikt


"Setya" <jsetya@gmail.com> schrieb im Newsbeitrag
news:c87c17a18b88d719795ac12c0380c4e3$1@www.eclipse.org...
> Hi,
>
> I was wondering how do you guys at RAP team test this RAP framework
> especially the UI part ? Do you also use unit testing framework like
> JUnit/TestNG to automate test RAP ? or UI tester for web apps like
> Selenium ?
>
> Any hints would be greatly appreciated.
>
>
> Best Regards,
>
> Setya
>
>
Re: How does RAP team automate test RAP ? [message #27234 is a reply to message #26920] Thu, 24 May 2007 05:29 Go to previous message
Eclipse UserFriend
Hi,

> Have a look at the "org.eclipse.rap.rwt.test" projekt wich you will find in
> the cvs repository. There you will find a lot of unit tests for ui elements.

Thank you for your response,

I've downloaded org.eclipse.rap.rwt.test from CVS, but all I can see is
tests against RWT, not RAP.

For instance, in my WorkbenchWindowAdvisor I override preWindowOpen method:

public void preWindowOpen()
{
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setTitle("RAP");
}

I need to assert that the title in my RAP application is truly "RAP".

How to do test like this ?


Best Regards,

Setya
Previous Topic:Will ActionSet ext. point be available in RAP ?
Next Topic:Closing Dialog with ESC key
Goto Forum:
  


Current Time: Tue Jun 10 18:09:12 EDT 2025

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

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

Back to the top