We are using Ranorex for a large amount of testcases for about 2yrs now, and it's working fine on our Fatclient-setup. We have several machines, and start scripts on other machines using the ranorex agent.
No we're starting to use Virtual Desktops, and I've installed Ranorex 9.3.1 on it.
Unfortunately it is not possible to use the usercode that we've built to start the webapplication usings IE11 that works fine on our fatclients.
This module looks like this and it doesn't work no the VDI. When running this part, it says 'failed to open URL in IE. Access denied'
Code: Select all
//Host.Current.OpenBrowser("http://"+ TestSuite.Current.Parameters["Omgeving"] + "URL", "ie", "", true, true, true, false, true);
Code: Select all
Host.Local.OpenBrowser("http://"+ TestSuite.Current.Parameters["Omgeving"] + "URL", "ie", "", false, true, false, false, false);
On VDI we're using Win10, IE11 and Ranorex 9.3.1. The IE11 plugin is also installed.
Do you have any suggestions? I also tried running Ranorex in Admin-mode, and it gave another error: Failed to get rows from data source: Failed to load Excel data. Microsoft Excel .....