kerneldude wrote:
>
> I need to work on all the standard keyboard strokes i.e <standard
> windows menu button, capslock, numlocks, tab key, ESC etc>
>
> And on mouse point of view i need to work on mouse events, scrolling ,
>
> If i am running my scripts it should test all the keystrokes and mouse
> functionality on the particular Operating system as in my case
> Windows, linux favour. and i should have log information of each and
> every check.

This STILL doesn't say anything about what you actually plan to do.

For example, are you developing mouse and keyboard hardware, and you
want to test whether they actually do the right thing?  Are you testing
an application you are developing, and you want to inject fake data into
that application to see how it responds?  Are you trying to learn how to
write filter drivers to add some kind of hardware features?  Those are
three VERY different kinds of tasks, requiring very different approaches.

The more specific you can be, the better the advice we can offer.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to