Dymitriux / Desktop_APP_TF

Repository prepared for writing automated test for desktop application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop_APP_TF

Repository prepared for writing automated test for desktop application

Required:

  1. 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

  2. Developer mode turned on.

Inspecting UI Elements:

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.

More about installing and running WinAppDriver:

https://github.com/microsoft/WinAppDriver

More about inspecting elements and some examples:

https://github.com/microsoft/WinAppDriver/blob/master/Docs/AuthoringTestScripts.md

About

Repository prepared for writing automated test for desktop application


Languages

Language:Java 92.1%Language:Gherkin 7.9%