Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. UI/Application Exerciser for a Qt app?
Forum Updated to NodeBB v4.3 + New Features

UI/Application Exerciser for a Qt app?

Scheduled Pinned Locked Moved The Lounge
6 Posts 3 Posters 2.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vadi2
    wrote on last edited by
    #1

    Is there anything like Androids UI/Application Exerciser Monkey (https://developer.android.com/tools/help/monkey.html) that I can use on my desktop Qt application? Anythin in general, not even Qt-specific, would help.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Maybe "Squish":http://www.froglogic.com/squish/gui-testing/editions/qt.php could do the job

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Vadi2
        wrote on last edited by
        #3

        I don't see how - it's a GUI tester, it doesn't seem to have a feature to randomly generate input events like monkey does. Still looking for an answer.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          ambershark
          wrote on last edited by
          #4

          You can use Ruby and do all kinds of GUI test automation. That's how the QA guys at my company do it anyway.

          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

          1 Reply Last reply
          0
          • V Offline
            V Offline
            Vadi2
            wrote on last edited by
            #5

            I don't know Ruby - I'm looking for a desktop equivalent of this tool: https://developer.android.com/studio/test/monkey.html

            A 1 Reply Last reply
            0
            • V Vadi2

              I don't know Ruby - I'm looking for a desktop equivalent of this tool: https://developer.android.com/studio/test/monkey.html

              A Offline
              A Offline
              ambershark
              wrote on last edited by ambershark
              #6

              @Vadi2 Ah ok... here ya go this may help then:

              https://en.wikipedia.org/wiki/Comparison_of_GUI_testing_tools

              I never use them as I tend to hand test my GUIs and then there's the ones that are ruby tested. I don't know ruby either, but it doesn't look hard to learn at all.

              My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved