swtbot
How to integrate SWTBot test in Jenkins CI?
I\'ve got a SWT application (not Eclipse RCP based) and I currently test it using SWTBot. This works fine while running the tests from Eclipse. I\'m using ant as buildsystem.[详细]
2023-04-05 21:30 分类:问答Looking for an automated UI tester tool for SWT (with Eclipse RCP) [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-27 04:03 分类:问答How can I exercise the quick assist feature of Eclipse using SWTBot?
I\'d like to use SWTBot to inline a local variable via the quick assist menu. My SWTBot test pops up the quick assist menu, but it fails to select the proposal item. I\'ve created a minimal project on[详细]
2023-03-19 10:02 分类:问答Specify a default product for new SWTBot Eclipse run configurations
I\'m developing an Eclipse RCP application and running automated GUI tests using SWTBot. When I want to run a test from within Eclipse I right click on the test method (or class), then click \"Run As\[详细]
2023-02-22 16:16 分类:问答Why is a menu item disabled when using SWTBot?
I\'ve written up a GUI test using SWTBot to test the Extract Method refactoring. I use editor.selectRange() to select a statement to extract into a method. But, when I run the unit test, the Extract M[详细]
2023-01-15 20:54 分类:问答How to count the number of open editor instances in an Eclipse RCP Application?
I\'m beginning to use the swtbot to test my reccent eclipse rcp projekt. A specific editor is opened multiple times in my application and want to count how often the editor is opened.[详细]
2022-12-23 05:02 分类:问答Handling SWT Dialog boxes while running tests in headless mode using SWTBOT
I am running a Junit test case on my eclipse 开发者_运维问答application that was built using SWT. I am doing GUI testing using SWTBot. So, here is my problem:[详细]
2022-12-14 14:17 分类:问答