UI test automation tools
Let's have a look at some of the famous test automation tools:
- VSTS Ultimate: Visual Studio Test System is a testing tool bundled with Visual Studio Ultimate. There are various add-ons available to support the testing of various types of applications.
- QTP: Quick Test Professional is a functional testing tool from HP and it supports various applications including the .NET applications with the help of the .NET Extensibility add-on.
- Selenium: Selenium is a portable software testing framework for web applications. Selenium provides two versions, the IDE (browser plugin) and the Webdriver. The best and the latest today is Web driver which addresses most of the challenges of the previous versions and enables multibrowser test automation. It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Java, Groovy, Perl, PHP, Python, and Ruby. The client API runs on the webdriver and the Grid is...