I have a fairly specific question about Ranorex that I have been unable to find an answer to. Perhaps you lovely folk can help me out. I have recently been learning the program in the last few weeks so that my workplace is going to permanently implement it as our automated testing tool.
Machine 1: Ranorex v. 6.2.1, running Windows 10
Machine 2: Ranorex v. 6.2.1, running Windows 8
using a Git branch to sync the Ranorex Repository and my test suite between machines
Here's what's happening:
- Machine 1 has Ranorex set up. Set up all my variables, Excel spreadsheets, everything, and my tests are running great on Machine 1. My data binding is killer, I am loving the way I can input variables so far. Key piece here: I saved all my Excel sheets to the project's Repository, so they should not be local to Machine 1.
- THEN I set up Machine 2 to run tests on. The Ranorex Repository and Test Suite look the same as Machine 1. Most of my tests run fine. However, the tests that are accessing the Excel spreadsheets are broken. It keeps saying it cannot access the Data Source.
I don't get why this is happening because I can see them all in the Repository... Seems like they're right there.
So what am I missing? Why can't Machine 2 run the tests exactly the way Machine 1 did? I have the same configuration for Ranorex and Git on Machine 2.
Thanks for any help anyone can provide.
