[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Any tips on using jUnit to test RCP application?

Have a look at http://today.java.net/today/2004/02/02/ch12Eclipse.pdf

Cheers
Marc

Babu wrote:

Hi,

I am just about to start on an RCP application. I am fairly famililar with jUnit -- but not with Eclipse PDE/SWT/RCP development a great deal.
I am looking for suggestions on best practices to test the *UI code*. Most certainly, I will have my own small wrapper (or Beans if you will) on top of RCP widgets which will be used in my application(s) and I expect to very rarely call org.eclipse.* stuff directly from my application(s).


Any hints towards existing plugin test code will also be very helpful.

Best regards
- Babu
http://vsbabu.org/
PS: I am new to RCP; but from what I've seen, it is really nice (nothing that you guys didn't know already :-))