Re: [BangPypers] Can we simulate USB using python

2012-06-11 Thread Vishal
On Mon, Jun 11, 2012 at 4:51 PM, Nitin Kumar wrote: > Hi All, > > We use VMWare virtual machine for testing purpose with script in Python. > We want to test some USB functionality, Ex: "When USB is plugged In, we > expect a Pop up". > > So need to simulate USB on VM, Is this possible using python

[BangPypers] Can we simulate USB using python

2012-06-11 Thread Nitin Kumar
Hi All, We use VMWare virtual machine for testing purpose with script in Python. We want to test some USB functionality, Ex: "When USB is plugged In, we expect a Pop up". So need to simulate USB on VM, Is this possible using python (or any 3rd party module of python)? If then please suggest. --