[python-win32] Need help in MKS

kerneldude kerneldude at gmail.com
Fri Mar 13 05:34:21 CET 2009


Tim,

Thanks alot it works for me :-)

Regards,
KD

-----------------------------------------------------------------------------------------------------------------

On Thu, Mar 12, 2009 at 9:52 PM, Tim Roberts <timr at probo.com> wrote:

> kerneldude wrote:
> >
> > Ya i have an application and i need to test that application by
> > providing fake input from keyboard and mouse .
> >
> > In which i need to shoot keystrokes and need to compare it with
> > standard US keyboard keystrokes values . and need to verify if it is
> > correct.
> >
> > Same is true for mouse movement i.e if i am clicking right, left
> > button i need to check whether my application is giving correct o/p.
> >
> > If that mouse is having scroll button, whether it is working or not on
> > application.
> >
> > My Application works on linux as well as on windows too.
>
> I suggest you take a close look at the "pyAA" library here:
>    http://www.cs.unc.edu/Research/assist/developer.shtml
>
> This is a library designed specifically for automating other
> applications, for doing GUI tests.  It was designed by a research team
> in computing for handicapped folks.  I think it will do what you need.
>
> This is Windows only.  Linux will require a different approach, but
> then, you did ask this question on a Python-for-Windows mailing list...
>
> --
> Tim Roberts, timr at probo.com
> Providenza & Boekelheide, Inc.
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090313/7457ece1/attachment.htm>


More information about the python-win32 mailing list