Testing across multiple non-Qt processes
Unsolved
General and Desktop
-
wrote on 10 Jul 2024, 18:33 last edited by esolliday 7 Oct 2024, 18:35
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 -
Hi and welcome to devnet,
How are you calling these other processes ?
Are they system processes ? -
wrote on 10 Jul 2024, 18:59 last edited by
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.
-
Then you can use QProcess to see these.
-
wrote on 10 Jul 2024, 19:42 last edited by
Thank you. I will look into this. I still have a bit of research to do.
1/5