I'm doing my first steps in automated QA, doing a UI automation for a WPF app. After a long research I figured the best tool for the task is TestStack.White. I'm stuck at the stage of identifying the type of ui element on which I want to perform. Some were easy to find and some weren't. I've read about a tool by MS, Visual UIA Verify, which should be a part of Windows SDK. I have SDK installed, but I don't have VUIAV. So my questions are:
I'm working with VS 2015, on a machine running Win7 pro 64bit, if it matters.
Thanks,
Tal
I recomend using Inspect.exe (also part of Windows SDK) instead of VUIAV, it is faster and has more options, like using ms accesibility not only automation (ss attached)
the path in my installation is C:\Program Files (x86)\Windows Kits\8.1\bin\x64\inspect.exe
1) Yes UIA verify is ok for this.
UIA Verify 1.0 and UISpy use the original managed API.
UIA Verify 2.0 uses the newer native COM UIA library that was released in the UIA 3.0 update alongside Windows 7.
As was said above it comes together with Windows SDK. And personally for me the path to it is:
C:\Program Files (x86)\Windows Kits\10\bin\x64\UIAVerify\VisualUIAVerifyNative.exe
Also I can find it here:
C:\Program Files (x86)\Windows Kits\10\bin\x64\inspect.exe
But it's a little bit different tool.
Compare inspect.exe:
With VisualUIAVerifyNative.exe:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With