
java - Automated GUI Testing - Stack Overflow
Mar 24, 2011 · 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 …
Is there any way to automate windows forms testing?
AutomatedQA's TestComplete is a good testing application to automate GUI testing. It supports more than just Windows Forms also, so you can reuse it for other applications.
Python code to automate desktop activities in windows
Jan 7, 2018 · Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots). SIKULI uses a very clever combination of taking screenshots, and embedding …
Automated tests for Java Swing GUIs - Stack Overflow
Sep 18, 2008 · 4 You can use Marathon : "Marathon Integrated Testing Environment, MarathonITE, is an affordable, easy-to-use and cross-platform Java/Swing™ GUI Test automation framework. You …
c++ - Qt automated testing - Stack Overflow
2 Also answered in Best approach to QT UI testing You can use OpenHMITester (OHT), that is an open-source GUI Testing tool following an open architecture that describes a non intrusive capture/replay …
Automating GUI testing using C# - Stack Overflow
Mar 31, 2010 · 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 …
Automated Testing for C/C++ GUI Applications - Stack Overflow
Aug 17, 2009 · I have a GUI application written in C/C++ using gcc. I need some recommendations for writing an automated test system for it. What tools/scripting should be used? The application runs on …
Framework that allows to automate desktop applications
7 To automate desktop applications there are a few great choices available as follows: UiPath Studio software solution allows automating repetitive office tasks. WinAppDriver is a service to support …
Automation for GUI desktop application with java framework
Sep 28, 2014 · UiPath can automate desktop, browser, remote desktops or java applications. Unlike Selenium it has the ability to get access to the internal object model of a java app (recognise the …
Tcl/Tk - automating GUI testing - Stack Overflow
Jun 6, 2011 · 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. …