microsoft / WinAppDriver

Windows Application Driver
MIT License
3.66k stars 1.4k forks source link

[Survey] What are you using WinAppDriver for? #476

Open hassanuz opened 6 years ago

hassanuz commented 6 years ago

Hi all,

I'd like to survey all the different use-cases and reasons you are all using WinAppDriver for - this well help us identify in areas to focus on for future growth.

Appreciate any particular cases you guys can provide!

For example (you don't have to follow this at all) - "I'm Hassan, and I like to use WinAppDriver to automate UWP applications to replicate user-like scenarios for my retail business."

Any feedback will be greatly appreciated. Thank you!

gitsaquib commented 6 years ago

I have used Windows Application Driver for two tests -

  1. dotNet thick client application [Windows 10 platform]
  2. Mobile app for touch devices
DGCBio commented 6 years ago

I'm David, we use WinAppDriver to automate a UWP application. (We do not use appium, we interact directly with WinAppDriver)

matthargett commented 6 years ago

We are using it in react-native-windows to do a smoke test on the Playground WPF application in the AppVeyor CI: https://github.com/Microsoft/react-native-windows/pull/1765

One issue was finding a specific version of selenium-webdriver that worked with Appium+WinAppDriver, and the fact that there's no JS examples.

Soloveykos commented 6 years ago

I'm Konstantin, and I like to use WinAppDriver to automate WPF application to testing user scenarios.