Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Testing across multiple non-Qt processes
Forum Update on Monday, May 27th 2025

Testing across multiple non-Qt processes

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 220 Views
  • 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.
  • E Offline
    E Offline
    esolliday
    wrote on 10 Jul 2024, 18:33 last edited by esolliday 7 Oct 2024, 18:35
    #1

    I am trying to test a system, made up of a handful of Linux processes with only the GUI processes written using Qt. Can I work with the other processes as part of my overall test scripts?

    Thank You
    Eric

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Jul 2024, 18:37 last edited by
      #2

      Hi and welcome to devnet,

      How are you calling these other processes ?
      Are they system processes ?

      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
      • E Offline
        E Offline
        esolliday
        wrote on 10 Jul 2024, 18:59 last edited by
        #3

        The processes are all started from a bash script. Most of the processes do not interact with the user (system processes?) but use IPC to communicate with the GUI process. If I understand your question correctly.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 10 Jul 2024, 19:19 last edited by
          #4

          Then you can use QProcess to see these.

          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
          • E Offline
            E Offline
            esolliday
            wrote on 10 Jul 2024, 19:42 last edited by
            #5

            Thank you. I will look into this. I still have a bit of research to do.

            1 Reply Last reply
            0

            1/5

            10 Jul 2024, 18:33

            • Login

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