Python Forum

Full Version: Need help for validation test with Python/ PyWinAuto
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Folks!

I am new to Python and PyWinAuto. I am trying to automate my validation tests for a Win desktop App (like logic programming flows app). The simplest example could be so that I use an addition operation with two inputs (like 1+2)and get the output as 3. Now the app is ready and the operations are like drag n drop with mouse. All I need to do is to verify if the output is as expected so that the app is validated. Is PyWinAuto good for this purpose? I am also using the Inspect.exe tool to see all the application UI controls. But I do not know how to extract my output for the right control. Can someone please help me to solve this issue?
Thank a lot in advance!

Br,
Faisal.