Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95769

Re: Automation of Windows app?

From Grant Edwards <invalid@invalid.invalid>
Newsgroups comp.lang.python
Subject Re: Automation of Windows app?
Date 2015-08-30 16:18 +0000
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <mrvacu$ej8$1@reader1.panix.com> (permalink)
References (1 earlier) <mehnr3$ra$1@reader1.panix.com> <mailman.56.1427082215.10327.python-list@python.org> <mffgnt$ftu$1@dont-email.me> <cc5451f3-9f2c-4176-ad36-66e6d45322a5@googlegroups.com> <mailman.134.1440947337.11709.python-list@python.org>

Show all headers | View raw


On 2015-08-30, Laura Creighton <lac@openend.se> wrote:
> In a message of Sun, 30 Aug 2015 07:25:55 -0700, ryguy7272 writes:
>
>>I know this is an old post, but anyway, can't you just use Windows Scheduler?
>>http://windows.microsoft.com/en-us/windows/schedule-task#1TC=windows-7
>
> I think you may have missed the original post, where poor old
> Grant Edwards said:
>
>> I need to automate operation of a Windows application.  It's a
>> conformance test app from a standards organizaiton, and it's
>> _stunningly_ bad.  You have to sit it front of it like some sort of
>> brainless slave and click a button every 10-20 minutes.
>
> So his problem isn't he needs to schedule some tasks, but rather he
> has to exercise a horrible app by sitting mindlessly in front of
> a Gui and remembering to click something at it every so often.  Poor
> Grant is going to expire of boredom before the job gets done.   But
> a python program can be plenty intelligent enough for this task.
>
> So Grant?  How did it go?  Would you recommend it for the rest of us?

[Regarding https://pypi.python.org/pypi/PyAutoIt/0.3]

Definitely.  It worked just fine for what I needed to do.  I started
the application and configured a few settings "by hand" and started
the conformance test application.  Once it was running, I started my
little Python program which waited for the "pass/fail" window to pop
up and then clicked "continue" to continue the tests.  Presto:
unattended test runs.

-- 
Grant

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Automation of Windows app? Michael Torrie <torriem@gmail.com> - 2015-03-22 21:43 -0600
  Re: Automation of Windows app? alex23 <wuwei23@gmail.com> - 2015-04-01 11:14 +1000
    Re: Automation of Windows app? ryguy7272 <ryanshuell@gmail.com> - 2015-08-30 07:25 -0700
      Re: Automation of Windows app? Laura Creighton <lac@openend.se> - 2015-08-30 17:08 +0200
        Re: Automation of Windows app? Grant Edwards <invalid@invalid.invalid> - 2015-08-30 16:18 +0000

csiph-web