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 Updated to NodeBB v4.3 + New Features

Testing across multiple non-Qt processes

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 223 Views 1 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.
  • E Offline
    E Offline
    esolliday
    wrote on last edited by esolliday
    #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
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on 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 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
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on 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 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

            • Login

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