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 :-))