[wtr-general] WatirRecorder++ Playback question

2009-03-20 Thread Boyd Ivey
Can anyone answer this?  I uninstalled Ruby and watirrecorder++ and
reinstalled Ruby hoping that would help.  After reinstalling Ruby I ran a
.rb file and after running the .rb file from a dos box WatirRecorder
installed it's self and opened a WatirRecorder++ window.  Of course, I'm
still getting the same results with not getting playback to work or not
being able to run a ruby file form a dos box and not have it open a
WatirRecorder++ dialog box.

Thank you for your help.





On Thu, Mar 19, 2009 at 11:10 PM, nagmani vm nagman...@gmail.com wrote:

 Am New to Ruby Watir can u pls send the Watir Recorder software


 On Thu, Mar 19, 2009 at 3:32 AM, Boyd Ivey boydiv...@gmail.com wrote:

 I'm new to watir and have a easy question.  When I record a ruby script in
 WatirRecorder++ it records fine.  When I'm finished recording I can Stop and
 Save the script with no problems.  However at this point in WatirRecorder++
 if I click the Playback button a new WatirRecorder++ program pops up with
 the identical code (now I have 2 WatirRecorder programs running with
 identical scripts) and the script does not run.   My default code in the
 script is:


 require
 'watir'

 include
 Watir

 require
 'test/unit'

 class
 TC_recorded  Test::Unit::TestCase

  def test_recorded

 ie = IE.new
 **  I've also used: ie = Watir::IE.new on the last line above and received
 same results **

 Also, I've tried running the scripts from a dos prompt.  First off, the
 files are saved as .ware files.  I get an error when I try to run the .ware
 file.  If I rename the file to a .rb and type: *scriptname.rb* it again
 opens WatirRecorder++ with the script displaying and does not run the
 script.

 What am I missing?   Isn't Playback supposed to playback the script?  Why
 is running a ruby file from a dos prompt opening WatirRecorder++ and not
 running the script?


 Thanks,





 --
 Thanks  Regards,
  Nagmani V.M.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] WatirRecorder++ Playback question

2009-03-19 Thread Boyd Ivey
 I'm new to watir and have a easy question.  When I record a ruby script in
WatirRecorder++ it records fine.  When I'm finished recording I can Stop and
Save the script with no problems.  However at this point in WatirRecorder++
if I click the Playback in button a new WatirRecorder++ program pops up with
the identical code (now I have 2 WatirRecorder programs running with
identical scripts) and the script does not run.   My default code in the
script is:


require
'watir'

include
Watir

require
'test/unit'

class
TC_recorded  Test::Unit::TestCase

 def test_recorded

ie = IE.new
**  I've also used: ie = Watir::IE.new on the last line above and received
same results **

Also, I've tried running the scripts from a dos prompt.  First off, the
files are saved as .ware files.  I get an error when I try to run the .ware
file.  If I rename the file to a .rb and type: *scriptname.rb* it again
opens WatirRecorder++ with the script displaying and does not run the
script.

What am I missing?   Isn't Playback supposed to playback the script?  Why is
running a ruby file from a dos prompt opening WatirRecorder++ and not
running the script?


Thanks,

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] WatirRecorder++ Playback question

2009-03-18 Thread Boyd Ivey
I'm new to watir and have a easy question.  When I record a ruby script in
WatirRecorder++ it records fine.  When I'm finished recording I can Stop and
Save the script with no problems.  However at this point in WatirRecorder++
if I click the Playback in button a new WatirRecorder++ program pops up with
the identical code (now I have 2 WatirRecorder programs running with
identical scripts) and the script does not run.   My default code in the
script is:


require 'watir'

include Watir

require 'test/unit'

class TC_recorded  Test::Unit::TestCase

 def test_recorded

ie = IE.new
**  I've also used: ie = Watir::IE.new on the last line above and received
same results **

Also, I've tried running the scripts from a dos prompt.  First off, the
files are saved as .ware files.  I get an error when I try to run the .ware
file.  If I rename the file to a .rb and type: *scriptname.rb* it again
opens WatirRecorder++ with the script displaying and does not run the
script.

What am I missing?   Isn't Playback supposed to playback the script?  Why is
running a ruby file from a dos prompt opening WatirRecorder++ and not
running the script?


Thanks,

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---



[wtr-general] Playback Issue

2009-02-18 Thread Boyd Ivey
I'm new to Watir and have a question.  When I click on the playback button
in WatirRecorder++ it pops up a new WatirRecorder++ dialog box with the same
text. It does not playback.  I just downloaded Ruby and installed Watir last
week, so it should be the latest version.


I'm sure this is a very basic issue, but I wanted to add a comment.  From
IRB If I type:



require 'rubygems'

require 'watir'

ie = Watir::IE.new



It opens a new Explorer window.

But, if i put the exact same code in to WatirRecorder++ and click Playback
or if I save it and run it from a command prompt it opens a new Watir
Recorder++ dialog with the exact same code above listed.  It does not open
IE.

I must be missing something.

Thanks,

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Watir General group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~--~~~~--~~--~--~---