About 50 results
Open links in new tab
  1. c++ - Qt automated testing - Stack Overflow

    9 Squish, a framework for automated GUI testing, might also be of interest to you. It supports Qt, among other things.

  2. 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 …

  3. 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.

  4. Automating GUI testing using C# - Stack Overflow

    Mar 31, 2010 · This post covers an overview of techniques that we used to create and maintain automated user interface regression tests for Visual Studio. Regression tests are a type of …

  5. c++ - Best approach to QT UI testing - Stack Overflow

    You can use OpenHMITester (OHT), that is an open-source GUI Testing tool (also valid to implement RPA automations) following an open architecture that describes a non intrusive …

  6. Automated GUI Testing: Meeting Us Halfway - Stack Overflow

    May 8, 2009 · This -- Consistent guidelines for UI design are necessary for allowing the UI to be tested. It's no different with code: For programs, we follow conventions, use common …

  7. How do I unit testing my GUI program with Python and PyQt?

    Jul 27, 2017 · 41 I heard Unit Testing is a great method to keep code working correctly. The unit testing usually puts a simple input to a function, and check its simple output. But how do I test …

  8. Automated tests for Java Swing GUIs - Stack Overflow

    Sep 18, 2008 · Closed 8 years ago. What options are there for building automated tests for GUIs written in Java Swing? I'd like to test some GUIs which have been written using the NetBeans …

  9. Testing Suites for .Net / WPF based Applications

    Jul 11, 2016 · Automated UI Testing with White: This is a .Net library for automating tests of WPF-based applications. It allows you to write code that interacts with the user interface of your …

  10. Free automated Testing tools for MFC based GUI App

    Aug 17, 2015 · I am a complete newbie to Windows development and test platforms. I am working on a legacy MFC based GUI application and looking for tools that would help with automated …