Search notes:

testing

TODO: Windows automation API

Windows Automation API is Microsoft's APIs for user interface accessiblity and software test automation. It consists of
WinAppDriver.exe / https://github.com/Microsoft/WinAppDriver

See also

The Python module doctest finds code-examples in a module's docstring and executes them, typically for testing purposes.

Index