Tagged Questions

7
votes
2answers
400 views

Delphi GUI Testing and Modal Forms

In this interesting blog post on delphiXtreme I read about DUnit's built-in GUI testing capabilities (basically an alternative test case class TGUITestCase defined in unit GUITesting that has several ...
7
votes
8answers
2k 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 ...
4
votes
6answers
3k views

Software Test Automation - Masters Thesis

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 Frameworks, for ...
2
votes
0answers
84 views

Please comment on a proposed application tester servlet

While I am waiting on answers to set up a testing system, I'd like to hear your comments on a new architecture. Here goes, with a little background: I have had the code figured out to track and ...
2
votes
3answers
195 views

Free GUI Tester for manual users

I been trying MS Test manager 2010 and man it sucks bad. It's got huge potential but right now it sucks and is too buggy and crashes on all my development machines every few mins. So is there any ...
2
votes
7answers
2k views

Automating GUI testing using C#

I am doing on a project to built automatic GUI testing for graphical application in .NET. I will use C# but i am trying to reading to get some ideas. But I don't have any idea on how to record and ...
2
votes
5answers
2k 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… ...
1
vote
3answers
112 views

GUI testing tool for an C++ application

I want to choose a GUI testing tool for automated testing which with a "record and play" functionality. Could you please suggest me a tool ? GUI framework is developed for MeeGo platform. Record and ...
1
vote
4answers
413 views

Automated GUI Testing

I am writing a Java Desktop Application (SWING) using Netbeans IDE 6.9. I want to do automated GUI testing. All I know about testing is JUnit tests which won't apply for my GUI application. Is there a ...
0
votes
1answer
260 views

Tcl/Tk - automating GUI testing

I want to automate the testing of my GUI. I went through the following post but if someone can post a sample test code for the following example it would be much easier for me to understand. The ...
0
votes
1answer
446 views

UI Testing tools for BlackBerry

Is there any UI Testing tools that work on the BlackBerry platform? Here's what I know on the subject: There are a few tools that provide unit testing facilities like J2MEUnit (ported), B-Unit, ...
0
votes
1answer
269 views

QTP: Why is a PDF page in an IE not a Page object (as all other pages are)?

When looking at an IE web page with QTP 10, Object Spy reports a Browser object containing a Page object containing other elements. Okay. Now if I view a PDF in that very same browser, that page is ...