Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Viswa,
As far as I understand, you want to keep object references from one test run to another on a slave machine. Please let me know if I am wrong.
If you are using the Name Mapping feature, I recommend that you map the problematic objects by the properties with variables values. You can specify a persistent project variable as a value of such a property. Since such variables keep their values between test runs, this scheme will allow you to get access to a valid object by its mapped name.
Another solution is to have a single test on a remote machine. In this case, you will need to run this remote test at the beginning of the test on the master machine and synchronize tests on both machines using synchronization points. More information can be found in the Synchronization Points help topic.