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?
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.