Skip to content

Dymitriux/Desktop_APP_TF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published