Connection with two SUT

Hi,

Can we connect to two SUT from single eggplant. The requirement is to toggle b/w two SUT while in run time.

Hi, Himani:

Sure you can toggle between two SUTs from the script:

Connect serverID: "SUT1", PortNum:5900, visible:YES
// do some stuff here
Disconnect // this command is optional
Connect serverID: "SUT2", PortNum:5901, visible:YES

For more information on the Connect command see pages 156-157 of the Eggplant Reference.

Regards,
Matt