
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 …
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 …
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 …
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 …
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 …
.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 …
Is there a open source automation tool for Qt app?
Apr 5, 2017 · You might want to use Qt native testing framework (QTestLib) for more or less simple tests. I think, for unit testing you can do anything with it. For GUI automation - only the …