How to make GUI active when five GUI applications are running?

I have 5 GUI applications running on one SUT and I need a way to make various applications active throughout the testing. I am new to eggplant.

You’d do the same thing that a user would. You’d have to click on a window or an icon on the task bar or use whatever other actions a user woudl to make an application active. Eggplant can only send mouse and keyboard events to the SUT – it has no backdoors to interact with the system.

Thanks! I used the task bar icon.