On Wed, Nov 12, 2008 at 3:01 PM, sambasivareddy
<[EMAIL PROTECTED]>wrote:

>  Hi all,
>
>
>
> How to navigate one window to another window through python scripts ?
>
>
>
> Basically I want to do  Automatic testing one windows base c#.net
> application through python scripts.
>
>
>
> I am Able to open the executable file with following scripts.
>
> Import os
>
>  Os.system ('abc.exe')
>
>
>
> But how to navigate from one window to another window?
>
> How to set values in that window with python script?
>
>
>
> if any one have sample code and documents Plz share to me.
>
> Your inputs will really helpful and thanks in advance !!!!!
>
>
>
> *Regards**,*
>
> *Sambasivareddy.S*
>

You can use pywinauto http://pywinauto.openqa.org/ to automate desktop
applications on windows.

Thanks & Regards,
Godson Gera
http://godson.in
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to