
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 …
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 …
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 · I want to automate desktop activities in Windows environment using Python. How it can be done? Some examples will also be helpful. By desktop activities, I mean actions such …
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 …
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 …
user interface - How can I unit test a GUI? - Stack Overflow
The calculations in my code are well-tested, but because there is so much GUI code, my overall code coverage is lower than I'd like. Are there any guidelines on unit-testing GUI code? Does …
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 …