WinAppDriver (nonfiction): Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
Therefore WinAppDriver is a Selenium-like automation framework. This project is combining the best of two worlds, on one hand it encapsulates most of the technology of the now deprecated CodedUI and it fuses it with the flexibility, easiness of use and adoption of Selenium. | Therefore WinAppDriver is a Selenium-like automation framework. This project is combining the best of two worlds, on one hand it encapsulates most of the technology of the now deprecated CodedUI and it fuses it with the flexibility, easiness of use and adoption of Selenium. | ||
Just like Selenium, WinAppDriver is a set of libraries that can be integrated into any Test Runner that supports Appium. E.g. WinAppDriver scripts can be developed and executed with MSTest from Visual Studio. | Just like Selenium, WinAppDriver is a set of libraries that can be integrated into any Test Runner that supports Appium. E.g. WinAppDriver scripts can be developed and executed with MSTest from [[Visual Studio (nonfiction)|Visual Studio]]. | ||
== In the News == | == In the News == | ||
Line 24: | Line 24: | ||
* [[Gnomon Chronicles (nonfiction)]] | * [[Gnomon Chronicles (nonfiction)]] | ||
* [[Microsoft Windows automation (nonfiction)]] | * [[Microsoft Windows automation (nonfiction)]] | ||
* [[Visual Studio (nonfiction)]] | |||
=== Categories === | === Categories === |
Latest revision as of 09:21, 18 June 2024
WinAppDriver is a test framework developed by Microsoft for testing and automation windows desktop applications.
Description
WinAppDriver is a test framework developed by Microsoft as an open source project. It is an implementation of Appium which is primarily a Mobile App framework, itself based on Selenium.
Therefore WinAppDriver is a Selenium-like automation framework. This project is combining the best of two worlds, on one hand it encapsulates most of the technology of the now deprecated CodedUI and it fuses it with the flexibility, easiness of use and adoption of Selenium.
Just like Selenium, WinAppDriver is a set of libraries that can be integrated into any Test Runner that supports Appium. E.g. WinAppDriver scripts can be developed and executed with MSTest from Visual Studio.
In the News
Fiction cross-reference
Nonfiction cross-reference
Categories
External links
- []