How can we save and distribute general ranorex settings

Ranorex Studio, Spy, Recorder, and Driver.
caleb
Posts: 24
Joined: Mon Jul 08, 2013 3:35 am

How can we save and distribute general ranorex settings

Post by caleb » Thu Dec 12, 2013 5:01 am

Hi

In our test automation team of 5 each with studio licences and then many other machines with floating runtime and studio licences we are looking for an easy way for us all to keep all of the different instances of ranorex consistent with their general settings (http://www.ranorex.com/support/user-gui ... tings.html) and in the studio options.

Is there a way we can save these settings and then distribute them around our team so that we are all using a consistent set? We would like to be able to save these settings with our project in version control.

Some of the settings we are interested in include
  • GDI Capture Settings
    Timings for new actions
    Repository Defaults
Some of the studio options include
  • Text Editor Behaviour
    General > Task List
Thanks

Caleb

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: How can we save and distribute general ranorex settings

Post by Support Team » Fri Dec 13, 2013 11:39 am

Hello caleb,

The Ranorex configuration settings are stored in the file:
%userprofile%\AppData\Roaming\'RanorexConfig4.xml
You could export these settings using the 'Export' button in 'Global Settings'.

The Studio options are stored in the file:
%userprofile%\AppData\Roaming\RanorexStudio4\RanorexStudioProperties.xml

Regards,
Markus (T)

caleb
Posts: 24
Joined: Mon Jul 08, 2013 3:35 am

Re: How can we save and distribute general ranorex settings

Post by caleb » Sun Dec 15, 2013 9:29 pm

Thanks Marcus, that is really useful