Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b25c6a2ef65713e5a9f778ae30ded64b8a36924d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                                                                                                                                                                                                
SWTBot
======

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.

Documentation & links
---------------------

http://wiki.eclipse.org/SWTBot

Contributing
------------

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 .

Back to the top