Thanks for the response Chris!  Unfortunately I am not a programmer.  I
understand the concept of multiple threads, but I do not know how to make
it happen in Ruby.  I have tried numerous combinations of WATIR syntax, but
I am simply guessing.  The Unit tests run in my environment, so I expected
one of the examples would work.

My inability to get over this Pop Up issue is forcing me to use another
functional testing tool, but my preference would be to use WATIR.  WATIR
provides us with several advantages over the other functional testing tool.

WATIR provides us the ability to check in scripts into source control along
side the code under test.  WATIR also allows us to quickly generate test
scripts that outline the steps to the developers for a specific defect and
the expected result. Our goal is to attach these WATIR scripts to the
actual defects.

 I am not able to do these things with the other functional testing tool.
The other tool however handles Pop ups flawlessly.

I think WATIR is the way to go, so I plea once again for assistance.




                                                                           
             Chris McMahon                                                 
             <christopher.mcma                                             
             [EMAIL PROTECTED]>                                             To 
             Sent by:                  [email protected]           
             wtr-general-bounc                                          cc 
             [EMAIL PROTECTED]                                              
                                                                   Subject 
                                       Re: [Wtr-general] Desperately       
             10/13/2005 12:11          seeking Popup assistance            
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
             [EMAIL PROTECTED]                                             
                 orge.org                                                  
                                                                           
                                                                           




On 10/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>

> Apparently I am just not getting it.  I have tried for several days now
to
> get WATIR to handle a modal without success.  I also have a Popup utility
> that I cannot get WATIR to recognize.
>
> Any tips, code snippets, questions, divine guidance, and lecturing would
be
> most appreciated.  Unfortunately I can not share the application specific
> HTML nor provide access to this application, so not much help there.


Hi Carl...
    I really, really feel your pain, and I am just not in a position
right now to take a crack at your question.
    I can't give you divine guidance (and I don't live in Austin) but
here's a clue:  threads.  And fork()
    One way or another, you have to handle popups in a different
process than the one that is controlling your IE.
      If you don't have an answer by next week, I'll be back, but in
the meantime, think about forking and threads, and maybe ask one more
time.
-Chris

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to