Re: [Wtr-general] Concurrent tests, different regions...

2007-06-11 Thread Bret Pettichord
eisdrache wrote: I understand what you are saying about the global variables, but in this case they are a necessary evil as I am using the following code in order to handle javascript pop-ups: def startClicker( button , waitTime= 9, user_input=nil ) hwnd = $ie.enabled_popup(waitTime)

Re: [Wtr-general] Concurrent tests, different regions...

2007-06-10 Thread eisdrache
I understand what you are saying about the global variables, but in this case they are a necessary evil as I am using the following code in order to handle javascript pop-ups: def startClicker( button , waitTime= 9, user_input=nil ) hwnd = $ie.enabled_popup(waitTime) if (hwnd) w =

Re: [Wtr-general] Concurrent tests, different regions...

2007-06-08 Thread Bret Pettichord
Paul Carvalho wrote: Without seeing more of the code, I'm pretty sure you need to start by moving away from using Global variables. I agree. You also will want to run each test in a separate thread. ___ Wtr-general mailing list

[Wtr-general] Concurrent tests, different regions...

2007-06-06 Thread eisdrache
Here is the basic idea of what I am trying to do... I have one site, lets call it www.example.com. On that site, there is a login page which directs to four different regions, say region1.example.com, region2.example.com, etc. Now, on the other side of the equation, watir is being run from a

Re: [Wtr-general] Concurrent tests, different regions...

2007-06-06 Thread Paul Carvalho
Without seeing more of the code, I'm pretty sure you need to start by moving away from using Global variables. On 06/06/07, eisdrache [EMAIL PROTECTED] wrote: Here is the basic idea of what I am trying to do... I have one site, lets call it www.example.com. On that site, there is a login