This is a mirror of official site: http://jasper-net.blogspot.com/

White: An UI Automation tool for windows application

| Sunday, November 27, 2011
Introduction

In the era of technology it’s not so difficult to automate windows/web applications. On internet you will find loads of Open source/commercial tool available to help us achieve our goal of automation. But out of that only few would provide support for Win32, Win Forms, WPF, Silverlight application as well as for basic applications UI automation.and there is White Framework in few of them which we are going to discuss. In this article I will take an example of calculator which is best for window application automation to explain how we can use white to achieve our UI automation goal. Here I’m targeting the automation testers who are new to white framework.
Background

This article is inspired from below link. Which trigger me to write an article on code project for white.

Click Here.
White Framework

White is open-source, written in C# and it supports all rich client applications, which are Win32, Win Form, WPF and SWT (java). It is .NET based and does not require the use of any proprietary scripting languages. It provides a consistent object oriented API and it hides all the complexity of Microsoft's UI Automation library and Win32 Windows messages.

Read more: Codeproject
QR: WhiteCalculatorTest_cs.aspx

Posted via email from Jasper-net

0 comments: