Category: automation

by In this article, we will understand how to create test automation script for Windows application using simple Python Scripting. We will walk through a scenario of automating a desktop application using PyWinAuto.

In order to check the version, use the command: print(pywinauto.__version__)Steps by step process of automating desktop application using pywinauto: Step You can use either Python IDLE as an IDE or Eclipse as an IDE by adding the Pydev Plugin.

Few of them are listed below: PyWinAuto which is a set of python modules can be used to automate the Microsoft Windows GUI.

Related Articles