Synchroniesing multiple recordings together on different sys

Ranorex Studio, Spy, Recorder, and Driver.
aland
Posts: 1
Joined: Tue Mar 02, 2010 5:20 pm
Location: Austin, TX

Synchroniesing multiple recordings together on different sys

Post by aland » Tue Mar 02, 2010 5:50 pm

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?

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Synchroniesing multiple recordings together on different sys

Post by Ciege » Tue Mar 02, 2010 6:32 pm

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.
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...