Re: [Tutor] Pop Up Window Problem

2007-07-24 Thread Amit Saxena
It is a Java Web Application, and its basically a JSP Page which gets dynamically populated through the Pick Helper Tag. This is the initial level script i had created, you can have a look at it: # To use Pamie you must first create a new script or text file that you can saveas mytest.py. # This

Re: [Tutor] Pop Up Window Problem

2007-07-24 Thread Kent Johnson
Amit Saxena wrote: > I am trying to automate a Test Scenario using Python 2.5, in that > particular scenario there is a Pop Up window which i am not able to > handle, can you please help in that. > > For automation purposes, i am using PAMIE, ctypes and pywin32 libraries. More details might be

[Tutor] Pop Up Window Problem

2007-07-24 Thread Amit Saxena
Hi, This is Amit Saxena here, I am working as a Senior QA Engineer with Ketera Technologies, Bangalore. I am trying to automate a Test Scenario using Python 2.5, in that particular scenario there is a Pop Up window which i am not able to handle, can you please help in that. For automation purpos