[wtr-general] Re: AutoITx3 works on one machine but not another for opening Excel files

2010-10-15 Thread Darryl Brown
Howdy, If you post your code, perhaps someone may be able to offer some suggestions that might help. Darryl On Oct 14, 6:26 pm, Schase wrote: > Yes, Excel is on the machine and I am able to open up the file (which > downloaded correctly).  That's the only error I have, unfortunately. > I was ho

[wtr-general] Re: Difficulty typing into textfield

2010-10-15 Thread blkjk
Bingo! Works. thk you! :) On Oct 11, 11:31 am, Ethan wrote: > your onfocus event seems to do some interesting stuff. > > onfocus="jQuery('#mockPassword').hide();jQuery('#password').show();jQuery(' > #password').focus();" > > basically, you're not going to be able to type into the mockPassword fi

[wtr-general] Re: Difficulty typing into textfield

2010-10-15 Thread blkjk
and you can see it here: https://paymentnetwork.qa.intuit.com/ On Oct 13, 2:17 pm, Ethan wrote: > I can answer what the developers were thinking, I believe - they were > thinking "I want the word 'password' to be seen in this text field as a sort > of help-text, but when the user clicks on it, I

Re: [wtr-general] Re: Unble to run the test suit

2010-10-15 Thread Charley Baker
It's timing out on creating a new ie process for some reason. Try this: http://wiki.openqa.org/display/WTR/Browser.new -c On Fri, Oct 15, 2010 at 9:07 AM, Vipul Kane wrote: > Here we go. > > require "rubygems" > require "watir" > require "watir/testcase" >  require 'test/unit' > > #Add the

[wtr-general] Re: Unble to run the test suit

2010-10-15 Thread Vipul Kane
Here we go. require "rubygems" require "watir" require "watir/testcase" require 'test/unit' #Add the public/private ip here $test_site= "http://XYZ"; $test_user = "xyz" $test_pwd = "12345" module AdminTestcase #include Test::Unit::Assertions def login_portal $ie.goto $test_site pu

[wtr-general] Re: Unble to run the test suit

2010-10-15 Thread Vipul Kane
Here we go. require "rubygems" require "watir" require "watir/testcase" require 'test/unit' #Add the public/private ip here $test_site= "http://XYZ"; $test_user = "xyz" $test_pwd = "12345" module AdminTestcase #include Test::Unit::Assertions def login_portal $ie.goto $test_site pu