Page 1 of 1

Ranorex 2.0 and VSTS

Posted: Tue Dec 23, 2008 5:05 pm
by Captain Nemo
Anyone successfully got ranorex to work via VSTS?

I made a recording and referenced all the files, it builds, but never finds the main window of the app I'm testing.

Posted: Tue Dec 23, 2008 7:10 pm
by Support Team
Did you load the default plugins? One of the first lines executed should be the following:

Code: Select all

PluginManager.Instance.LoadDefaultPlugins();
In the final release this code line will not be needed any more (the plugins will be loaded when first needed), but with the current preview it's essential.

Regards,
Alex
Ranorex Support Team

Posted: Wed Dec 24, 2008 9:18 am
by Captain Nemo
That worked a treat. Thanks.