Re: [Wtr-general] Do AutoIt3 scripts also work in Firewatir?

2007-05-01 Thread Paul Rogers
seems like we should have some platform independant way of doing this: watir::winclicker.click_dialog_button() for windows it can then either use auto it of winclicker and then for firewatir/linux/mac it can use the appropriate method for that platform. This may be a good thing to try and

Re: [Wtr-general] manipulating dos prompt with watir

2007-05-01 Thread Bret Pettichord
alan wrote: In my watir script i would like to have it go to open a dos command window and start sqlplus, then run a simple query to see if a member exists, the flow would be something like: open cmd.exe log in as [EMAIL PROTECTED] pass the password somewhere around here do query select *

Re: [Wtr-general] Do AutoIt3 scripts also work in Firewatir?

2007-05-01 Thread Chris McMahon
On 5/1/07, Bret Pettichord [EMAIL PROTECTED] wrote: Paul Rogers wrote: This may be a good thing to try and coordinate with Chris Macmahons Win32guitest port. Where can i find out more about this? http://rubyforge.org/projects/guitest/ I've mostly been a cheerleader, but there is working

Re: [Wtr-general] Do AutoIt3 scripts also work in Firewatir?

2007-05-01 Thread Bret Pettichord
Paul Rogers wrote: This may be a good thing to try and coordinate with Chris Macmahons Win32guitest port. Where can i find out more about this? Bret ___ Wtr-general mailing list Wtr-general@rubyforge.org

Re: [Wtr-general] Can Watir be paused resumed manually when running test cases?

2007-05-01 Thread annapurna
Please can you provide steps to use the ruby-debugger. Thanks in advance, anna ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

Re: [Wtr-general] Can Watir be paused resumed manuallywhenrunning test cases?

2007-05-01 Thread Chris McMahon
The purpose of pausing the testing is to let people have time to check the status of GUI and device under test, after running some test cases or some steps of a test case. There is a really simple way, if this helps: puts type anything and hit return to resume the script