0
votes
2answers
15 views
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:
editor.bot().button("Make Excel Template").click();
…
0
votes
5answers
553 views
GUI Automation testing - Window handle questions
Our company is currently writing a GUI automation testing tool for compact framework applications. We have initially searched many tools but none of them was right for us.
By using the tool you can …
0
votes
3answers
107 views
Experiences with Test Automation FX
Looking to add UI testing to my WinForms 3.5 project. Currently using MSTest for unit testing and MSBuild to build it.
One option I am looking at is Test Automation FX.
The product seems to be a …
3
votes
7answers
411 views
Selenium is to Web UI testing as ________ is to Windows application UI testing
I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What is your recommended framework? Also, why doesn't Selenium do this (or does it)? It …
3
votes
2answers
191 views
Automated UI testing a large c# forms app
I am working on a fairly complicated project. We have a c# forms app that has several layers of business logic, communicating with a c++ hardware management layer via a socket interface.
We have …
0
votes
4answers
399 views
How do you test your Cocoa GUIs?
I would like to write some tests for the GUI of my Cocoa program.
Is there any good GUI testing framework for Cocoa apps? The only thing I found is Squish, which, at 2.400€, is well beyond my budget…
…
0
votes
0answers
51 views
How to enter text in a cross-platform way with the AWT Robot?
The AWT Robot lets you send key press and release events given the keycode of the key you want to press. But the combination of key(s) you need to use to type a character depends on the input locale …
3
votes
5answers
754 views
Software Test Automation - Masters Thesis
Hi,
i am trying to write a thesis about Software Test Automation. I plan to compare the two Approaches of Recording and Programming of Test Scripts, and to discuss about several Automation …
3
votes
1answer
374 views
Why is TestComplete so slow ?
We are using TestComplete from AQTime to test the GUI at client with our Client/Server application. It is compiled with Delphi 2007. The source of client is about 1.4 millions sourcelines. The …
