Re: [Wtr-general] Watir, file_field, dojo and VMware

2006-07-28 Thread Bret Pettichord
John,Thanks for the update. I agree that vmware (and virtual server, which is what my company now uses) are great tools for testing.BretOn 7/27/06, 
John Castellucci [EMAIL PROTECTED] wrote:
Bret asks:What is a ruby attach dialog?I was referring to the DOS/ruby.exe window that opens and scrolls throughall the window captions until it finds the File Open dialog.I'd be surprised if vmWare itself is the source of your problem. I'm pretty
sure we have people here who have used it with Watir successfully. True?I had my sysadmin upgrade the VMWare server to the latest version, andupdated my client as well, and this solved the problem.
VMWare looks to be a useful tool where I work for allowing the developers torun acceptance tests without spending the time to configure their devsystems and keep the tests up-to-date locally.Original message:
If a regular page has a file_field control, everything works peachy.But, the application also has pages where you can click a button and itopens a dojo (a _javascript_ toolkit) modal faux popup with the file_field
(the underlying page is disabled), and this is where I see the weirdbehavior.When invoking field_field.set(), only the ruby attach dialog opens – thestandard IE File Upload dialog *does not* open. It's not until the attach
dialog closes that the IE File Upload finally appears, and at this point,the Watir script hangs. (I suspect because there was no File dialog forruby to attach to)___
Wtr-general mailing listWtr-general@rubyforge.orghttp://rubyforge.org/mailman/listinfo/wtr-general

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Watir, file_field, dojo and VMware

2006-07-27 Thread Paul Carvalho
I have used VMware with Watir successfully. I've got a WinXP Pro SP2 VMware session that has IE7 Beta 2. On it, I have Ruby 1.8.4 and Watir 1.4.1.I just ran the UnitTest filefield_test.rb and it executed without error.
I can't say I really understand what the problem described below is, so I can't offer any suggestions right now.Paul.On 26/07/06, Bret Pettichord
 [EMAIL PROTECTED] wrote:
What is a ruby attach dialog?I'd be surprised if vmWare itself is the source of your problem. I'm pretty sure we have people here who have used it with Watir successfully. True?Bret

On 6/26/06, John Castellucci [EMAIL PROTECTED] wrote:


















Howdy all – I have some Watir tests
that invoke the file_field field object, and I've noticed some slightly
odd behavior when running on native WinXP vs. virtual
WinXP through VMware.



If a regular page has a file_field control,
everything works peachy.



But, the application also has pages where you
can click a button and it opens a dojo (a _javascript_ toolkit) modal faux popup
with the file_field (the underlying page is disabled), and this is where I see
the weird behavior.



When invoking field_field.set(), only the ruby
attach dialog opens – the standard IE File Upload dialog *does not* open. It's not until the attach dialog
closes that the IE File Upload finally appears, and at this point, the Watir
script hangs. (I suspect because there was no File dialog for
ruby to attach to).



If I were to take a stab in the dark, I would
say it might have something to do with how VMware manages
threads – dojo, ruby and IE are all fighting over processes, and IE is
the loser…



Anyone ever run into behavior like this
before?










___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Watir, file_field, dojo and VMware

2006-07-27 Thread John Castellucci
Bret asks:
What is a ruby attach dialog?

I was referring to the DOS/ruby.exe window that opens and scrolls through
all the window captions until it finds the File Open dialog.

I'd be surprised if vmWare itself is the source of your problem. I'm pretty
sure we have people here who have used it with Watir successfully. True?

I had my sysadmin upgrade the VMWare server to the latest version, and
updated my client as well, and this solved the problem.

VMWare looks to be a useful tool where I work for allowing the developers to
run acceptance tests without spending the time to configure their dev
systems and keep the tests up-to-date locally.

Original message:
If a regular page has a file_field control, everything works peachy.
 
But, the application also has pages where you can click a button and it
opens a dojo (a JavaScript toolkit) modal faux popup with the file_field
(the underlying page is disabled), and this is where I see the weird
behavior.
 
When invoking field_field.set(), only the ruby attach dialog opens – the
standard IE File Upload dialog *does not* open.  It's not until the attach
dialog closes that the IE File Upload finally appears, and at this point,
the Watir script hangs. (I suspect because there was no File dialog for
ruby to attach to)

___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general


Re: [Wtr-general] Watir, file_field, dojo and VMware

2006-07-26 Thread Bret Pettichord
What is a ruby attach dialog?I'd be surprised if vmWare itself is the source of your problem. I'm pretty sure we have people here who have used it with Watir successfully. True?Bret
On 6/26/06, John Castellucci [EMAIL PROTECTED] wrote:

















Howdy all – I have some Watir tests
that invoke the file_field field object, and I've noticed some slightly
odd behavior when running on native WinXP vs. virtual
WinXP through VMware.



If a regular page has a file_field control,
everything works peachy.



But, the application also has pages where you
can click a button and it opens a dojo (a _javascript_ toolkit) modal faux popup
with the file_field (the underlying page is disabled), and this is where I see
the weird behavior.



When invoking field_field.set(), only the ruby
attach dialog opens – the standard IE File Upload dialog *does not* open. It's not until the attach dialog
closes that the IE File Upload finally appears, and at this point, the Watir
script "hangs." (I suspect because there was no File dialog for
ruby to attach to).



If I were to take a stab in the dark, I would
say it might have something to do with how VMware manages
threads – dojo, ruby and IE are all fighting over processes, and IE is
the loser…



Anyone ever run into behavior like this
before?









___Wtr-general mailing listWtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general
___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Watir, file_field, dojo and VMware

2006-06-26 Thread John Castellucci








Howdy all  I have some Watir tests
that invoke the file_field field object, and Ive noticed some slightly
odd behavior when running on native WinXP vs. virtual
WinXP through VMware.



If a regular page has a file_field control,
everything works peachy.



But, the application also has pages where you
can click a button and it opens a dojo (a _javascript_ toolkit) modal faux popup
with the file_field (the underlying page is disabled), and this is where I see
the weird behavior.



When invoking field_field.set(), only the ruby
attach dialog opens  the standard IE File Upload dialog *does not* open. Its not until the attach dialog
closes that the IE File Upload finally appears, and at this point, the Watir
script hangs. (I suspect because there was no File dialog for
ruby to attach to).



If I were to take a stab in the dark, I would
say it might have something to do with how VMware manages
threads  dojo, ruby and IE are all fighting over processes, and IE is
the loser



Anyone ever run into behavior like this
before?








___
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general