How to synchronize points in script when two different application are running in different machine?
I have two different applications to launch in two different machine,
Situation is first run an application and execute it to some steps then once it reaches at that point, launch another application in another machine and let notify the 1st machine that the application on 2nd machine has begun. then follow rest of the execution in 1st machine.
I used Networksuite.synchronize("...") in two different machine , in first machine at the point where i want to get another application launch in another machine. Also in the 2nd machine , at the beginning on it.
My problem is when the test complete reaches at that particular synch points, it just awaits and nothing actually happens. the application on 2nd machine does not run at all.
Please Help me to figure this out.