I am wondering weather it is possible to reach tree elements in a Java RCP-Client which display a file system by using googles windowtester pro.
The tree (swt widget) shows my local file system (C:\Users...) much like the windows explorer (or…
With the use of Jenkins Docker Plugin we can provision the slaves dynamically.
My need is to run UI tests on the automatically created slaves. Is that feasible? If yes, how can we achieve that?
UI tests are WindowTester test cases for eclipse based…
I've just come across WindowTester, a JUnit GUI testing framework for "Swing, SWT and GWT". From reading the documentation, I can't work out if it also supports AWT. Anyone got any experience with this product?
I have a shell in which there is a tree inside a Composite. I want to click on a particular cell of the tree. When I try to record the Actions, it is not giving the proper recordings, so I want to do it manually.
Please see the snapshot attached …
High, I have set up Google Window Tester on Open Suse Linux x64 distro and I get this error when I run the my Junit plugin test. Its RCP plugin application.
Caused by: java.lang.RuntimeException: Failed to create widget reference for instance of…
I'm trying to set up a UI testing system with windowtester pro. I want to link those tests into the maven build process by using the Tycho plugin. For practising purpose I'm currently using an example project.
Now, when I build my project everything…
I am trying to test an eclipse plugin application using windowtester.
After writing the test I was able to run it successfully. But, after a few runs and
few manual interruptions while running, now it doesn't respond to the button click.
If I run…
I'm using WindowTester to automate testing of an Eclipse RCP application. When I try to automate menu interaction like this:
IUIContext ui = getUI();
ui.click(new MenuItemLocator("Window/Show View/My View"));
I get an…
I am attempting to use a forked version of googles windowtester pro which was updated to work with eclipse 4.4.x: github.com/fredg02/windowtester/releases
I'm currently using eclipse 4.5.2, but wanted to see if the package would work. I used the…
My Window Tester UI Tests(All the tests which has error dialogs and error messages in in RCP Application) are failing in Jenkins server, but they are passing in my local machine.
Is there anything to do with machine configurations, like based one…
Last week we have upgraded to Eclipse Luna and lots of WindowTester test cases started to fail. The reason behind this is that the 'WT is unable to find the Pull Down Menu in the 'Problems' view (small down arrow icon) and we are getting the below…
Can I make Windows Tester 6 to test UI for Android?. I looked this up on its site and it says - WindowTester Pro is a UI test generation tool for testing SWT and Swing Java applications
Windowtester automatically exits the application after the test case is closed.
How can I prevent windowtester from quitting the application, so that I can run multiple test cases on the same instance of the application without restarting the…
I am a new to this. I am working on WindowTester.I could not open a new discussion page or I would tag it as Windowtester
I am having difficulty of closing down windows native dialog box after pull down menu. The code is,
ui.click(new…