How does RAP team automate test RAP ? [message #26801] |
Wed, 23 May 2007 05:49  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04544 seconds