
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.
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 …
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 …
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, …
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 …
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 …
Automation for GUI desktop application with java framework
Sep 28, 2014 · 3 Yes. 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 …
.net - How to test a WPF user interface? - Stack Overflow
Sep 12, 2008 · 2016 Update: Use the free TestStack.White framework to automate WPF UI testing Project White has been abandoned, but its successor TestStack.White is available via …
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 …
Can we use selenium for testing desktop applications?
May 12, 2022 · 6 I am testing a WEB and Desktop application (cross OS application: Windows - Mac - Linux) and I'm using RobotFramework to automate the tests. For the Web I use …