Page 1 of 1

Synchroniesing multiple recordings together on different sys

Posted: Tue Mar 02, 2010 5:50 pm
by aland
I have two systems that I am testing end to end functionality on I need to know if I can synchronies two different Ranorex scenarios on two different systems using Ranorex 2.2. What I need to test is I enter data in one GUI send it out to the other system on the opposite end and then the second system has to send a response to the action. So is it possible to do this kind of test using Ranorex 2.2?

Re: Synchroniesing multiple recordings together on different sys

Posted: Tue Mar 02, 2010 6:32 pm
by Ciege
It is possible but not a built in function within the recorder.

You would need to write your own code that handles the transport of messages from one test client to another. This can be something very simple like storing a file to a common location accessible by both machines and have them check that file for the others status and messages to something more complex like writing a specific client that sends and listens for messages. This could be a client that sends messages to a master controller (like a server) or to specific clients on the wire.