Detaching events in remote tests
Is it possible to detach an event in a test running on a remote host? More precisely: - I'm using OnNetVarChange event to trigger some event on slave project - The event handler should be called only by master project I ve added the command Event.EventName.DetachFromTestComplete() at beginning of slave routine, but apparently it does not prevent the event handler to be executed on the slave. I'm using TestComplete v11.30 , Python script. Best Regards, Giovanni2.1KViews0likes6Comments