On 11 June 2012 19:46, Shashidhar Paragonda wrote:
> Dear Python Hackers,
>
> >>> I am writing some testing tool in python, I test through
> interpreter / command-line
> >>> My requirement is i have to enter complete timestamp / date
> everytime to check some data from within date ran
Dear Python Hackers,
>>> I am writing some testing tool in python, I test through
interpreter / command-line
>>> My requirement is i have to enter complete timestamp / date
everytime to check some data from within date range like: 11-06-2010 to
11-06-2012
>>> raw_input(
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
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.
--