User Interface Automation

The Microsoft UI Automation APIs enable navigation of user interfaces programmatically. Some of the areas of application are UI Automation testing,  manufacturing Quality checks, Accessibility etc.
The User Interface Automation Framework is a lightweight framework that can be used to achieve UI Automation.either by Scripting languages or C#.  

ProcessMonitor from Microsoft is widely used to monitor events such as registry or file related updates. 
If Process monitor is used to track an event  (e.g., a registry change) system wide, in an unattended scenario, some customization will be needed since ProcessMonitor  creates a large amount of log files in a short span of time i.e., around 5gb in 30 minutes. 
Using a task scheduler task and UIA, Process monitor log files can be checked every 30 minutes for the event, take a snapshot and clear the logs.

No comments:

Post a Comment