From acbe226d60201db2b220b9fb48f9f02f0e599b3a Mon Sep 17 00:00:00 2001 From: Steve Hill Date: Fri, 31 Jan 2014 13:05:42 -0500 Subject: [PATCH] Update README.md to show new home of UIA Verify The codeplex project currently points users toward the Windows SDK, with no explanation of where to find the tool once installed. This update points to MS's official docs on where to download UIA Verify and where to find it after installation. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f7c1ff..091fa25a 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ Install TestStack.White from NuGet PM> Install-Package TestStack.White -Download [http://uiautomationverify.codeplex.com/](http://uiautomationverify.codeplex.com/) which is an ESSENTIAL tool when doing UI Automation work. +[Download UI Automation Verify][uiaverify_download], now [part of the Windows SDK][uiaverify_windows_sdk], which is an ESSENTIAL tool when doing UI Automation work. I have created a sample app which uses the Screen pattern. It is available at [https://github.com/TestStack/White/tree/master/src/Sample%20App](https://github.com/TestStack/White/tree/master/src/Sample%20App) +[uiaverify_download]: http://msdn.microsoft.com/en-US/windows/desktop/bg162891 +[uiaverify_windows_sdk]: http://msdn.microsoft.com/en-us/library/windows/desktop/hh920986(v=vs.85).aspx + Documentation -----------------