Page 1 of 1

Verifying Registry Changes

Posted: Mon Nov 05, 2012 7:02 pm
by dschleuning
I searched for awhile, but wasn't able to come up with anything. Is there a way within Ranorex to verify registry changes resulting from an action?

Any help would be greatly appreciated.

Thanks.

Re: Verifying Registry Changes

Posted: Mon Nov 05, 2012 8:43 pm
by Ciege
You can write the code to do that from within a code module.
http://msdn.microsoft.com/en-us/library ... value.aspx

Re: Verifying Registry Changes

Posted: Wed Aug 26, 2015 6:16 am
by secloreqa
I have tried the same ..

using Microsoft.Win32;

but I don't find definition for 'GetValue' (CS0117) .
:cry: Could you please let me know why am I not able to see GetValue,SetValue etc ?

Re: Verifying Registry Changes

Posted: Wed Aug 26, 2015 7:50 am
by secloreqa
I tried with Full namespace as Microsoft.Win32.Registry and it worked for me.

Thanks