Hi Tem,<br><br>Ya i have an application and i need to test that application by providing fake input from keyboard and mouse .<br><br>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.<br>
<br>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.<br><br>If that mouse is having scroll button, whether it is working or not on application.<br>
<br>My Application works on linux as well as on windows too.<br><br>Regards,<br>Kerneldude<br><br>--------------------------------------------------------------------------------------------------<br><br><br><div class="gmail_quote">
On Wed, Mar 11, 2009 at 9:50 PM, Tim Roberts <span dir="ltr">&lt;<a href="mailto:timr@probo.com">timr@probo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">kerneldude wrote:<br>
&gt;<br>
&gt; I need to work on all the standard keyboard strokes i.e &lt;standard<br>
&gt; windows menu button, capslock, numlocks, tab key, ESC etc&gt;<br>
&gt;<br>
&gt; And on mouse point of view i need to work on mouse events, scrolling ,<br>
&gt;<br>
&gt; If i am running my scripts it should test all the keystrokes and mouse<br>
&gt; functionality on the particular Operating system as in my case<br>
&gt; Windows, linux favour. and i should have log information of each and<br>
&gt; every check.<br>
<br>
</div>This STILL doesn&#39;t say anything about what you actually plan to do.<br>
<br>
For example, are you developing mouse and keyboard hardware, and you<br>
want to test whether they actually do the right thing?  Are you testing<br>
an application you are developing, and you want to inject fake data into<br>
that application to see how it responds?  Are you trying to learn how to<br>
write filter drivers to add some kind of hardware features?  Those are<br>
three VERY different kinds of tasks, requiring very different approaches.<br>
<br>
The more specific you can be, the better the advice we can offer.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Tim Roberts, <a href="mailto:timr@probo.com">timr@probo.com</a><br>
Providenza &amp; Boekelheide, Inc.<br>
<br>
_______________________________________________<br>
python-win32 mailing list<br>
<a href="mailto:python-win32@python.org">python-win32@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-win32" target="_blank">http://mail.python.org/mailman/listinfo/python-win32</a><br>
</div></div></blockquote></div><br>