2

Is it possible to use SWTBot to make automatic GUI tests for Lotus Notes Eclipse Java plugins?

EDIT: If yes, how exactly to integrate a Client Services Run Configuration with a SWTBot Test Run Configuration in Eclipse? Certain attributes like the Personality framework can't be added to a SWTBot Test Run Config... enter image description here

If not, is there a GUI Testing Framework that works well with Lotus Notes?

Thanks

P.S. In the bowels of the Internet I found this link where it seems QF Test integration was not successful

Vlad Ilie
  • 1,389
  • 1
  • 13
  • 37

1 Answers1

0

Since Lotus Notes is an Eclipse RCP application (as far as I know), it's totally possible to use SWTBot with it.

Mickael
  • 3,506
  • 1
  • 21
  • 33
  • Thanks for your answer. It's a mix of C, C++ code and it includes the RCP framework as well. I will give it a try in the end – Vlad Ilie Feb 25 '16 at 15:06
  • Tried, can't figure out how to configure the launch config for it :-/ Have you ever done it? – Vlad Ilie Mar 11 '16 at 13:22
  • I never tried. Does Lotus Notes plugin development allow to run UI tests ? If yes, the steps would be the same except that 1. SWTBot needs to be added to the target platform and 2. SWTBot tests must run in regular (non-UI) thread. – Mickael Mar 14 '16 at 11:57
  • I can't make the launch configuration launch, despite including SWTBot into the target platform – Vlad Ilie Mar 14 '16 at 18:19