Problem with patterns on XP under limited user rights
I need to automate testing scenario which tests our application running under limited user rights, but I'm having issues with patterns on Windows XP. I'm able to receive all elements as if the...
View ArticleReg: Select row based on index of DatagridView using automation element
Hi,please help in finding how to Select row based on index of DatagridView using automation element or UIframework.also how to find the total number of rows in the Datagrid using automation...
View ArticleNarrator should change voice depending on content
Hello,After a discussion here, I have a suggestion to make on how Narrator works (if you have a workaround, please tell me):Let's say we have a PC configured for German language, and we're using an app...
View ArticleAutomation tool
Hi,I want to start with creating an automation framework for testing apps in the vehicle head unit.I am new to this and can anyone help me as of how can I start creating the tool which can be used to...
View ArticleMagnification API - Sometimes an error occur when the MagSetWindowSource...
I am developing a capture application with Magnification API. The program is to capture of both primary and Seconday Screen. Sometimes access violation occur when MagSetWindowSource function called.1....
View ArticleWPF Window showing up as a Win32 HwndWrapper class control
I have a test suite implemented using Microsoft UI Automation Framework, running on a remote machine using a test controller and test agent (2012). This machine runs Windows Server 2008.All tests have...
View ArticleMSFlexGrid - Problem with getting rows and cols
Hi,Does anyone faced with problem to automate MSFlexGrid using UI Automation? I can not handle this control. Is there any special library which will help to handle this sort of control?Many thanks for...
View ArticleCodedUI Test Builder throwing System.OverflowException: Arithmetic operation...
CodedUI Test Builder throwing System.OverflowException: Arithmetic operation resulted to an overflow at System.IntPtr.op_Explicit(IntPtr value) while dragging crosshair on custom control on 64 bit...
View ArticleAutomation of DataGrids and Tabs
Hi ,I am trying to Automate Tabs and DataGrids in a 3rd Party WPF application.When ruuning UIsPY on the controls , it seems that the CONTROL PATTERNS are empty even though Control Types are properly...
View ArticleMagnifier API on WoW64
I'm working on an accessibility software which uses the Magnifier API to magnify parts of the screen. The software is compiled in win32-configuration and is supposed to work on Windows Vista/7 in 32...
View ArticleNeed help on finding Automation Element
Hello All, Iam trying to find automation element for the particular component in Web apps developed using ASP.Net .I could not find al the automation elements and Ids .I could see al l the...
View ArticleUIAutomation stackoverflow exception rootelement.findfirst
I am trying to use System.Windows.Automation to automate GUI regression testing. In the constructor of my test object, I launch the application and locate it in the tree with...
View ArticleUIAutomation - InvokePattern only works while Debugging - Button is not...
I am manipulating an old program using UIAutomation. The issue I have involves pressing a button usingInvokePattern.After pressing a button that opens up an explorer window and getting the...
View ArticleLock window 7 via window service
Hi, I am trying to lock window 7 pc via a window service. I have been able to do so from win XP via code Process.Start(@"C:\WINDOWS\system32\rundll32.exe", "user32.dll,LockWorkStation") but when...
View ArticleSystem process which can't be terminate by taskmanager
anybody,pls provide the list of System process which can't be terminate by taskmanager.manisharma
View ArticleProcess start at boot time..
Hi All,I am developing a client application which needs to be start up at boot time and there is one more requirement that no body should be able to delete this to provide it security.Please reply .Thanks
View ArticleDebugging with uiAccess=true
My application requires uiAccess=true in manifest file and becomes digitally signed during post build event....
View Articlecan't find AirplaneModeSwitch in AutomationElement.RootElement
Hi,my tool is for enable Airplane mode or disable it.source is C#, as following:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using...
View Articlewindows 8 block alt-tab simulation
windows 7 OK// Simulating a Alt+Tab keystrokekeybd_event(VK_MENU,0xb8,0 , 0); //Alt Presskeybd_event(VK_TAB,0x8f,0 , 0); // Tab Presskeybd_event(VK_TAB,0x8f, KEYEVENTF_KEYUP,0); // Tab...
View ArticleWindows - Enable Peek
I need a solution for my application - that works with Windows 7, 8 & 8.1. My application is primarily used in dual display systems, where it streams the content to the secondary screen (in a full...
View Article