Bug 548128 - SWTBot Nattable extension should not depend on Eclipse SWTNatTableBot now derives from SWTBot instead of SWTWorkbenchBot. Also removed imported package eclipse.ui. Thus there is no eclipse dependency. Two additional constructors are provided for SWTNatTableBot which accept another SWTBot and parent widget. This will enable the user to search on specific view/editor/shell/widget, etc. The same change is done for all other nebula Bot classes- SWTNebulaBot, SWTCheckBoxGroupBot, SWTRangeSliderBot, SWTStepbarBot. Major version of SWTBot is changed to 4.0 since this could be an API break for some users who could possibly be using these bots to find Eclipse views or editors, etc. SWTBot version is changed from 3.2.0-SNAPSHOT to 4.0.0-SNAPSHOT in all places. Change-Id: I552f77355b1af769f511ac9cbfce32606444345a 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 .