Page 1 of 1

Setting turbo mode globally

Posted: Wed Nov 21, 2012 2:55 pm
by colutti
Is there any way of setting turbo mode for all recordings? I do not want to edit every record to click the turbo mode button.

Re: Setting turbo mode globally

Posted: Wed Nov 21, 2012 3:17 pm
by Support Team
Hello,

Currently, it is not supported to set 'Turbo Mode' to all recordings.
Unfortunately, you need to set each recording separately.

Regards,
Markus (T)

Re: Setting turbo mode globally

Posted: Thu Mar 20, 2014 10:24 am
by LiorNegrin
Hi,

Does this feature available now?

Thanks

Re: Setting turbo mode globally

Posted: Thu Mar 20, 2014 1:28 pm
by krstcs
No, there is no way to do all of them at once in Ranorex.

However you can open all rxrec files in a text editor (like Notepad++) at the same time and do a search and replace to change all instances of:

Code: Select all

	<turbomode>
		False
	</turbomode>
to:

Code: Select all

	<turbomode>
		True
	</turbomode>

Then save all of them and re-compile.

Re: Setting turbo mode globally

Posted: Thu Mar 20, 2014 3:17 pm
by LiorNegrin
Thanks.

Actually I'm looking for an option to set all new created (from now on) recording modules as turbo mode.

Do you know if there's a setting like that?

Re: Setting turbo mode globally

Posted: Thu Mar 20, 2014 3:56 pm
by krstcs
There is no "Default Speed" option. You would need to set it to Turbo when you create the test.

Re: Setting turbo mode globally

Posted: Thu Mar 20, 2014 4:41 pm
by LiorNegrin
:?

Thanks