Questions tagged [window-tester]

WindowTester is a toolkit for automating GUI testing of Java applications. It supports Swing and SWT.

It was originally created by Instantiations, got acquired by Google and has been open-sourced on March 7, 2012.

19 questions
2
votes
1 answer

WindowTester - Accessing file system (tree) item in a rcp client

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…
1
vote
1 answer

Running UI test in Jenkins Docker-Slave

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…
Anand
  • 2,239
  • 4
  • 32
  • 48
1
vote
1 answer

Does WindowTester work for AWT UIs?

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?
Armand
  • 23,463
  • 20
  • 90
  • 119
1
vote
1 answer

How to Click on a Tree Item in a Cell using windowTester?

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 …
user1344022
  • 193
  • 2
  • 3
  • 10
1
vote
1 answer

Setting up Window tester pro linux. SWT error

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…
1
vote
1 answer

tycho surefire with windowtester pro does not open correct window

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…
1
vote
0 answers

Windowtester script button click doesn't respond

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…
Praveen S
  • 104
  • 11
0
votes
1 answer

MenuItemLocator unable to find shell

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…
Michael Carman
  • 30,628
  • 10
  • 74
  • 122
0
votes
2 answers

Eclipse Java: missing jars from plugin library, recommend alternatives or solution?

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…
Dan
  • 5
  • 1
0
votes
1 answer

Why my windowtester tests are failing in jenkins server slaves

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…
0
votes
1 answer

After upgrading to Eclipse Luna, WindowTester is unable to identify the view menu in the 'Problems' view

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…
Paul-E
  • 91
  • 12
0
votes
1 answer

Can WindowTester be integrated with some other tool to make it work with Android?

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
TheLostMind
  • 35,966
  • 12
  • 68
  • 104
0
votes
2 answers

Prevent windowtester from exiting the application automatically after the test is over

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…
0
votes
2 answers

Access windows native message dialog box windowtester

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…
ron
  • 281
  • 2
  • 4
  • 14
0
votes
1 answer

Running Eclipse WindowTester Pro test from ant script

I am using this script to launch WTP test
user2586144
  • 1
  • 1
  • 1
1
2