Repository prepared for writing automated test for desktop application
-
WinAppDriver - need to be installed in default dir(if not then directory in DriverUtils class need to be updated), the latest version can be found here: https://github.com/Microsoft/WinAppDriver/releases
-
Developer mode turned on.
Windows SDK can support us with inspect.exe. This tool allows you to see every UI element/node that you can query using Windows Application Driver. The latest Microsoft Visual Studio version by default includes the Windows SDK but also can be installed as separate module.
https://github.com/microsoft/WinAppDriver
https://github.com/microsoft/WinAppDriver/blob/master/Docs/AuthoringTestScripts.md