Skip to content

Commit

Permalink
Added more than just inspect or UIAVerify
Browse files Browse the repository at this point in the history
Updated readme to have UIAVerify, Inspect, Snoop and Spy++
  • Loading branch information
Max Young committed Dec 25, 2015
1 parent f3d6d0e commit e4edbfc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,25 @@ Install TestStack.White from NuGet

PM> Install-Package TestStack.White

[Download Inspect][inspect_download], now [part of the Windows SDK][inspect_windows_sdk], which is an ESSENTIAL tool when doing UI Automation work.
Now download one or more of these tools. Each of these has their own strengths and weaknesses and generally using more than one to view the automation properties will be required.

- [Inspect][inspect_download] - This is [part of the Windows SDK][inspect_windows_sdk] and is a good tool in general for looking at automation properties.
- [UI Automation Verify][uiaverify_download] - Also [part of the Windows SDK][uiaverify_windows_sdk] another good general tool for looking at automation properties.
- [Snoop][snoop_download] - Only works with WPF applications and is really good at it. Offers much more functionality than just viewing the automation properties.
- [Spy++][Spy++] - This is included in visual studio under the tools menu option. This is good for working with Winforms, Win32 and VB6 applications because it allows you to view the applications window messages and automation properties.

See the [sample apps here](https://github.com/TestStack/White/tree/master/src/Samples) for examples of using White in both WinForms and WPF.

[inspect_download]: http://msdn.microsoft.com/en-US/windows/desktop/bg162891
[inspect_windows_sdk]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd318521(v=vs.85).aspx

[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

[snoop_download]: https://snoopwpf.codeplex.com/

[spy++]: https://msdn.microsoft.com/en-us/library/aa264396(v=vs.60).aspx

Documentation
-----------------

Expand Down

0 comments on commit e4edbfc

Please sign in to comment.