Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any tools better than White for WPF automation test? [closed]

I found the project White in codeplex and Snoop. However I was wondering if there are better tools for WPF automation.

like image 544
Diego Avatar asked Feb 22 '12 16:02

Diego


People also ask

Which tool is mostly used for automation testing?

Selenium tool currently takes first place among all the automation testing tools. Selenium is among the most used automated testing tool for web applications. It is an open-source platform that is compatible with numerous browsers, operating systems, and programming languages.

Is Selenium still the best automation tool?

Selenium is an open-source automated testing tool for testing web applications across a range of browsers. Selenium is the preferred technology for automating web application testing, functional regression automation, and creating and managing automated test suites.


1 Answers

May be you should learn the 'base' of all above systems - its UI Automation. It's really not that hard to learn and get used to. It's sometime not trivial (like finding or setting SelectedItem in ComboBox for example) but actually all above system it's mostly a wrappers around UI Automation that is already build-in into .NET.

like image 116
Alex F Avatar answered Oct 28 '22 11:10

Alex F