Hi Tem, 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. Regards, Kerneldude -------------------------------------------------------------------------------------------------- On Wed, Mar 11, 2009 at 9:50 PM, Tim Roberts <t...@probo.com> wrote: > 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 >
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32