About 3,910 results
Open links in new tab
  1. gitlab-runner for testing windows application with GUI

    Oct 19, 2021 · gitlab-runner.exe install Also, setting the flag "Allow interact with desktop" in the service manager did not work. But, if I start the upper commands from normal Powershell …

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

  3. user interface - Pure Gui testing using VNC - Stack Overflow

    Mar 18, 2021 · Basically, vncdotool, pytesseract, opencv is the way to go for kind of pure gui test. Everything I found around is based on these programs/tools. I created kind of capture tool, to …

  4. Should GUIs have their own automated tests? - Stack Overflow

    Apr 17, 2010 · Once things are pretty stable, we do some sort of automated GUI testing (e.g. Selenium for web apps) that we put into the build process to guard against future regression. If …

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

  6. Fake X server for testing? - Stack Overflow

    Jan 14, 2013 · At work we fully test the GUI components. The problem arises from the fact that, while the testsuite is running, the various components pop up, stealing the focus or making it …

  7. Testing Qt application with Qt Test - Stack Overflow

    May 21, 2020 · I have looked at the 5 Qt testing examples including the one about GUI events, but these examples are way too simple. I want to test my program by launching it, simulating …

  8. user interface - Automated testing of GUI - Stack Overflow

    Mar 26, 2014 · be automated. be scriptable. work with different screen resolutions automatically. be able to 'spy' on individual static text boxes, etc. intuitive enough so non-programmers can …

  9. automation - PyWinAuto GUI test - Stack Overflow

    In my current work, I need to automate tests for a 3rd party Windows based logic programming app. 1) I want to start an application, 2) Specify the window to work on, 3) Find all the controls …

  10. guidelines for test scripts in squish GUI testing - Stack Overflow

    Apr 11, 2013 · i need help with test script for automation testing of a GUI application and i chose javascript to design script but test scripts examples are completely different from javascript as …