Test Automation application (white library - Tutorials)
-
What is a 'white library'?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
What is a 'white library'?
A guide to posting questions on CodeProject[^]
Dave Kreskowiaka collection of white papers? :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.
-
What is a 'white library'?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Are you talking about white box testing[^]?
-
What is a 'white library'?
A guide to posting questions on CodeProject[^]
Dave KreskowiakMicrosoft introduced a number of interesting technologies with .NET 3.0 including WPF, WCF and WF that have generated a lot of noise. But also quietly included what was a powerful technology, UI Automation (UIA), which slipped under many people’s radar. UIA is a .NET library that allows you to identify UI controls, get their property values and manipulate them on Windows platform. It represents a big step towards having a usable programmatic interface to the Window’s UI. Prior to UIA one could have used the Windows Message API, but it dealt with very low level C functions. As one would expect, functional test automation is a natural way in which such a library can be used. White does that.