Re: [Wtr-general] Regarding Data Driven

2007-06-29 Thread Alister Scott
You could try the Watir Extension Toolkit (WET) which contains in built support for data driven testing. http://www.openqa.org/wet/ ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Best Combination of Ruby and Watir

2007-06-08 Thread Alister Scott
There is a Watir Extension Toolkit (WET) that may be of use to you. It supports modal dialogs. The details are on this site at http://www.openqa.org/wet/ ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Accessing a web page when a server request for username/password appears?

2007-05-23 Thread Kevin Scott
I was not able to get this to work via Watir. I created a very small Autoit file which ran before the script. I used a batch file to execute both files. The Auotit code is below (just in case, someone else runs into the issue): Run(C:\Program Files\Internet Explorer\iexplore.exe)

[Wtr-general] Unable to a get a handle of secondary popup window

2007-05-23 Thread Kevin Scott
This is the scenario I am trying to use Watir for: 1. Click link within IE window 2. Standard Microsoft window opens - File Download (Window Title) - Click Save 3. Standard Microsoft window opens - Save As (Window Title) - Click Save 4. Standard Microsoft window opens - Download Complete (Window

Re: [Wtr-general] Windows 2003 64-bit and IE.new_process Fails

2007-02-20 Thread Scott
I'm on Windows XP but IE.new_process fails for me as well. Here is the error I am recieving c:/tools/ruby/lib/ruby/gems/1.8/gems/watir-1.5.1.1158/./watir/contrib/ie-new-pro cess.rb:46:in `method_missing': hwnd (WIN32OLERuntimeError) OLE error code:80004005 in Unknown No Description

[Wtr-general] How do I write to simple file instead of screen?

2006-11-27 Thread Scott
I am new to Watir, and am trying to build a small demo for management. Can someone give me a quick example on replacing 'puts' with the command that writes instead to a file? My DOS window closes immediately upon completion of running a script and I can't see the results. Also, it there a

Re: [Wtr-general] How do I write to simple file instead of screen?

2006-11-27 Thread Scott
Here is what I have so far. It opens the Excel sheet, but doesn't write anything to it. require 'watir' # the watir controller require 'win32ole' # set a variable test_site = 'http://www.google.com' result1 = 'Default' # open the IE browser ie = Watir::IE.new #

[Wtr-general] New process not working as I expected

2006-09-26 Thread Scott H Snyder
Scott The supreme misfortune is when theory outstrips performance. - Leonardo da Vinci Scott Snyder WPLC Performance ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Fw: New process not working as I expected

2006-09-26 Thread Scott H Snyder
:23 Hope this is helpful. Regards, Scott The supreme misfortune is when theory outstrips performance. There are three classes of people. Those who see; those who see when they are shown; those who do not see. - Leonardo da Vinci Scott Snyder Senior Software Engineer WPLC Performance 919

[Wtr-general] Multithreading login access through multiple browsers using Watir

2006-08-10 Thread Scott H Snyder
= My_load_test.new(data_log, user_cred) my_load_test.load_test end end threads.each { |t| t.join } Thanks, Scott Snyder Senior Performance Analyst IBM Corporation The supreme misfortune is when theory outstrips performance. There are three classes of people. Those who see

Re: [Wtr-general] Watir WebRecorder 0.5 Update

2006-03-24 Thread Scott Hanselman
something useful?Scott HanselmanOn 3/24/06, saud aziz [EMAIL PROTECTED] wrote:I was not using WebRecorder, but rather modified version of WatirMaker by Scott. And still do every now and then to capture chunks of code that i can later modify to create more structured and better script. And space(s

[Wtr-general] Ruby/Watir/NUnit Integration

2006-01-13 Thread Scott Hanselman
Hey folks,Travis Illig, an engineer at my company took my initial prototype for NUnit/Watir integration to the n'th degree and has posted his stuff on his blog and on CodeProject. If you're an NUnit and Watir house, I encourage you to take a look.

RE: [Wtr-general] onBlur

2005-08-10 Thread Scott Hanselman
Isn't onlostfocus fired? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Rogers Sent: Wednesday, August 10, 2005 8:39 AM To: wtr-general@rubyforge.org Subject: [Wtr-general] onBlur Bret, your recent addition of the onBlur event to text boxes got me

RE: [Wtr-general] (possibly) Introducing WatirMaker

2005-07-28 Thread Scott Hanselman
Title: Message It uses some pretty hairy COM Interop ConnectionPoint/EventSink stuff. Youre welcome to try. Scott From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Kelly Sent: Thursday, July 28, 2005 8:28 AM To: wtr-general@rubyforge.org Subject: RE

[Wtr-general] (possibly) Introducing WatirMaker

2005-07-27 Thread Scott Hanselman
and you're in this group, I'd like to talk to you. If it's successful the Watir community can have it and maybe Bret would bless it. ;) Scott Hanselman ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

RE: [Wtr-general] RE: Click OK button on Popup Dialog?

2005-07-26 Thread Scott Hanselman
Why do folks do all this tricky stuff with Winclicker and starting new instances of the ruby process? I do this: Thread.new { sleep 0.1; WindowHelper.new.push_alert_button } ie.link(:id, whatever).click #this causes an Alert() and it works great. Am I doing something silly? Scott

RE: [Wtr-general] Watir Recorder? write watir scriptsusingHTTP::Recorder

2005-07-15 Thread Scott Hanselman
The serialized name values pairs that HTTP represent in a POST dont give you any context to the TYPE of object that is being sent. You cant tell a text-field from a listbox. Scott From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of saud aziz Sent: Friday, July 15