Search found 4 matches

by secloreqa
Wed Aug 26, 2015 8:06 am
Forum: General Questions
Topic: Unable to Identify DOM on Win8.1 64 bit IE 10
Replies: 1
Views: 1265

Unable to Identify DOM on Win8.1 64 bit IE 10

We have a tool which has IE browser control embedded in MFC. Now when we are trying to track the webcontrol,Spy is not able to recognize it.Also the visible property of dom 'IE' is false. Please let us know a workaround for this. P.S. The state of the <webdocument> is "invalid". Here is the hierarch...
by secloreqa
Wed Aug 26, 2015 7:50 am
Forum: General Questions
Topic: Verifying Registry Changes
Replies: 3
Views: 1983

Re: Verifying Registry Changes

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

Thanks
by secloreqa
Wed Aug 26, 2015 6:16 am
Forum: General Questions
Topic: Verifying Registry Changes
Replies: 3
Views: 1983

Re: Verifying Registry Changes

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 ?
by secloreqa
Thu Aug 20, 2015 7:20 am
Forum: General Questions
Topic: Unable to identify content of Word Doc 2010 using Object Spy
Replies: 1
Views: 1393

Unable to identify content of Word Doc 2010 using Object Spy

Hi all, I am trying to add a validation point in my Test Script using the Content of File Document (Microsoft Word 2007 and 2010). So, for making sure the file has opened successfully, I want to check the content of the file against the base initial Text, but I am not able to get any property for th...