I want to use SWTBot Test Recorder with my Eclipse RCP Application but the SWTBot recorder doesn't start with my application, when I try to run it.
What I've done with Eclipse:
File > New > Other > Run Test Recorder > Record Test Senario on another RCP Application
Configuration:
- VM:
-Dorg.eclipse.swtbot.generator.enable=true
- Run a Product: My Application
- I have the plugins for SWTBot
Run >>> My application start without SWTBot Test Recorder
I have already seen this post https://www.eclipse.org/forums/index.php?t=msg&th=1078197&goto=1734430&#msg_1734430 and it doesn't work for me. SWTBot Test Recorder can start with Eclipse IDE.
Thank you,
Antoine
This post should help:
https://www.eclipse.org/forums/index.php?t=msg&th=1078197&goto=1734430&#msg_1734430
It worked for me. You need to make sure you add the plugins to the target platform (Window->Preference->Plugin Development->Target Platform)