Verifying Registry Changes

Ask general questions here.
dschleuning
Posts: 1
Joined: Mon Nov 05, 2012 6:54 pm

Verifying Registry Changes

Post by dschleuning » Mon Nov 05, 2012 7:02 pm

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.

User avatar
Ciege
Posts: 1336
Joined: Thu Oct 16, 2008 6:46 pm
Location: Arizona, USA

Re: Verifying Registry Changes

Post by Ciege » Mon Nov 05, 2012 8:43 pm

You can write the code to do that from within a code module.
http://msdn.microsoft.com/en-us/library ... value.aspx
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!

Ciege...

secloreqa
Posts: 4
Joined: Thu Aug 20, 2015 7:03 am

Re: Verifying Registry Changes

Post by secloreqa » Wed Aug 26, 2015 6:16 am

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 ?

secloreqa
Posts: 4
Joined: Thu Aug 20, 2015 7:03 am

Re: Verifying Registry Changes

Post by secloreqa » Wed Aug 26, 2015 7:50 am

I tried with Full namespace as Microsoft.Win32.Registry and it worked for me.

Thanks