Bug 580708 - Running SWTBot Tests fails under Eclipse 2022-09 Use org.eclipse.pde.launching.JUnitLaunchConfigurationDelegate instead of deprecated org.eclipse.pde.ui.launcher.JUnitLaunchConfigurationDelegate. This is to fix broken SWTBOT PDE launch in Eclipse 2022-09. This change is supposed to work with older Eclipse versions as well because org.eclipse.pde.launching.JUnitLaunchConfigurationDelegate is present since Eclipse 3.6. Change-Id: I09d398d3b308ca5685647b479f9fc9f27f0168c2 Signed-off-by: Aparna Argade <aprsac@yahoo.com>
SWTBot is a Java API that interacts with SWT by using high-level operations. It is generally use to write UI tests efficiently since the grain of the API is the same grain as UI operation. It makes easier to transform a user scenario to an automated tests.
http://wiki.eclipse.org/SWTBot
GitHub tracker and pull requests are currently not supported by the contribution process.
Please read http://wiki.eclipse.org/SWTBot/Contributing to know how to interact well with the community. For further questions about contributing to SWTBot, please send a mail to swtbot-dev@eclipse.org .