Re: [Wtr-general] I am a newb

2006-09-05 Thread David
Doesnt work - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=3917messageID=10851#10851 ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] I am a newb

2006-09-05 Thread David
I cant pull up irb. I am in the command prompt, it is defaulted at C:\Documents and Settings\user I have typed in irb here, I have changed the directory to just C:\ and tried. - Posted via Jive Forums

Re: [Wtr-general] I am a newb

2006-09-05 Thread Cain, Mark
Make sure the default ruby install directories (bin and lib) are in the PATH environment variable. The ruby installer should have done this by default, but maybe it didn't. For me it is: C:\ruby\bin;c:\ruby\lib Hope this helps, --Mark -Original Message- From: [EMAIL PROTECTED]

Re: [Wtr-general] I am a newb

2006-09-05 Thread Zeljko Filipin
David,what do you do (exactly) and what happens when you do it? This is how I open irb:- click start- click Run...- type cmd in Open: text field- press enter - command prompt window opens with text:Microsoft Windows XP [Version 5.1.2600](C) Copyright 1985-2001 Microsoft Corp.C:\Documents and

Re: [Wtr-general] I am a newb

2006-09-05 Thread David
1 javascript:logout(); Log Out 2 http://www2.lymba.com/test/propmen3/documents/Pana lyst_UserGuide.pdfUser Guide (PDF) 3 http://www2.lymba.com/test/propmen3/documents/Pana lyst_UserGuide.pdfUser Guide 4

Re: [Wtr-general] Error clicking a button...

2006-09-05 Thread Cain, Mark
What appears to be happening is the $ie object is not retaining the page objects during the attachment to the non-modal window (I am probably not describing this right). Because when I put these two line of code: table = $ie.table(:index, 8) table[1][5].click Immediately after when

Re: [Wtr-general] Error clicking a button...

2006-09-05 Thread Cain, Mark
This was code I wrote awhile ago (when $ie.wait didn't work right) and was getting back to update. The call to $ie.wait? didn't work but $ie.wait did (seems to be a bit faster then before). I still get the same error message I originally posted until I put call that reloads the page in, and

[Wtr-general] Cannot access input element

2006-09-05 Thread knoorani
Hey all, I have a form which I click on to perform an action. I get a result back from the action and a screen displays with an OK option. Inspecting the code through view source does not show me any input tags, yet when I download Dev tools for firefox and view the generated source I see the

Re: [Wtr-general] Cannot access input element

2006-09-05 Thread Bret Pettichord
Sounds like frames to me. True? [EMAIL PROTECTED] wrote: Hey all, I have a form which I click on to perform an action. I get a result back from the action and a screen displays with an OK option. Inspecting the code through view source does not show me any input tags, yet when I download

Re: [Wtr-general] OT: more on testing email

2006-09-05 Thread Bret Pettichord
You communicate with an SMTP server using a socket, so it don't much matter what it is written it. The idea here is that the SMTP server is under the control of the testing system. Instead of forwarding email, it can be queried to find out what email it would have sent. This query interface is

Re: [Wtr-general] Cannot access input element

2006-09-05 Thread knoorani
No it is a div with absolute position. Sounds like frames to me. True? [EMAIL PROTECTED] wrote: Hey all, I have a form which I click on to perform an action. I get a result back from the action and a screen displays with an OK option. Inspecting the code through view source does not

Re: [Wtr-general] no such file to load -- watir (LoadError)

2006-09-05 Thread Bret Pettichord
Sounds like Watir isn't installed. I suggest you uninstall and reinstall. If that doesn't work, try installing the gem instead. (gem install watir). CJ wrote: I cannot get WatiR to load/run. Error= no such file to load -- watir (LoadError) Info: Windows XP SP2, IE 7.0 I Installed

Re: [Wtr-general] Error clicking a button...

2006-09-05 Thread Cain, Mark
I ran this: cw2.button( Close Window ).click_no_wait $ie.wait* And got this error: 1) Error: test5_ca(TC_PER_Significant): TypeError: true can't be coerced into Fixnum C:/watir_bonus/working/PER/tc_PER_Significant.rb:261:in `*'

Re: [Wtr-general] Error clicking a button...

2006-09-05 Thread Bret Pettichord
Remove the * The asterisks somehow got inserted into my email as consequence of me quoting your html-email. Bret Cain, Mark wrote: I ran this: cw2.button( Close Window ).click_no_wait $ie.wait* And got this error: 1) Error: test5_ca(TC_PER_Significant):

Re: [Wtr-general] no such file to load -- watir (LoadError)

2006-09-05 Thread CJ
The .exe for version 1.4.1 did not work after multiple attempts. Resolution: Installed via the .gem file version 1.5.1.1065 per your suggestion. THANK YOU! - Posted via Jive Forums

Re: [Wtr-general] Suite hanging sporadically

2006-09-05 Thread Bret Pettichord
Lisa Crispin wrote: Hi, We have a suite of 33 tests with 1474 assertions that takes over 100 minutes to run. I run it every night with --runner=t and -b options. Sometimes it runs just fine, other times it just seems to hang up part way through, it doesn't get an error, it is just

[Wtr-general] unsubscribe

2006-09-05 Thread Zhao, Jing
___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general