Please install software in Windows about this blow:
If you installed, you would open command and do this:
Microsoft Windows [版本 10.0.15063]
(c) 2017 Microsoft Corporation。保留所有权利。
C:\Users\fc>python
Python 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:57:36) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pywinauto
>>>
If you see your command same as above, you are success!
First, click run.cmd
to starting automation test in project folder, and it will export a log named "test.log".
Then, you can see result for automation test.
V0.1 Create the firsthand automation test shell.
This is a automation tests for ActuaticUI, using python and some package.