[wtr-general] Re: WatirRecorder being forked and resurrected.

2010-12-03 Thread watirboy
Hey Charley,

Thanks for the heads up. I will monitor this thread closely and try to
move the conversation over to a new group. I talked to Scott and he
gave me his blessing, and since I got it out of the OpenQA SVN I
figured it's gotta be under some OSI Compliant license. The Ruby
version of the recorder (from hence forth called Scrapper) is under
BSD so I placed the source code under that as well.

Again, Thanks for the help. This is the first time I am leading a
forked project, so I apologize for placing this here.

--Enrique

On Dec 2, 4:16 pm, Charley Baker charley.ba...@gmail.com wrote:
 Hey Enrique,

   Good work. We generally have an anti-recorder philosophy for Watir,
 and for any issues/user support you might want to resurrect
 WatirRecorder lists or set up a new one. I'm assuming you've talked to
 Scott about this as well? I don't know what the original license was.
 People will have questions about it, and I'd recommend you monitor
 this group and gently redirect to the group specific to the recorder.

  There's more historical information in the group about why we choose
 not to support recorders, which I'd recommend taking a look at. Also
 you may want to blog a bit about your intentions and the inherent
 dangers in recorders. Without going into too much detail, most of
 which you'll find through a quick search, I'm more inclined to rename
 it and consider it a potential scraper, not recorder.

 hth,

 Charley Baker
 Lead Developer, Watir,http://watir.comOn Thu, Dec 2, 2010 at 9:53 AM, 
 watirboy enrique.j.ma...@gmail.com wrote:
  Hey Guys,

  I dont know how else to tell people about this, and I hate promoting
  it, but I have recently resurrected the WatirRecorder that Hanselman
  did back in the day. It is updated to use more modern WATIR standards
  and calls a config.xml file for template changes.

 http://code.google.com/p/watirrecordersharp/

  I would love the community to play, test, break, and contribute if
  possible. This is a first release, and I am planning on changing the
  UI from utilizing SandBar and SandDock to WPF.

  Again, any help will be tremendous. It's a great tool and I would hate
  to see it die...

  --watirboy

  --
  Before posting, please readhttp://watir.com/support. In short: search 
  before you ask, be nice.

  watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
  watir-general+unsubscr...@googlegroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] Re: WatirRecorder being forked and resurrected.

2010-12-03 Thread Charley Baker
No worries. I'm curious to see how it goes. Like I say, there's
potential for a scraper, recorders can lead into a large abyss between
newbie and intermediate scripting, as well as countless other
problems, notably the easy silver bullet for automation. It's a tricky
path to navigate, but as I mentioned I will be following the progress.
:)

Cheers,

Charley Baker
Lead Developer, Watir, http://watir.com



On Fri, Dec 3, 2010 at 12:02 PM, watirboy enrique.j.ma...@gmail.com wrote:
 Hey Charley,

 Thanks for the heads up. I will monitor this thread closely and try to
 move the conversation over to a new group. I talked to Scott and he
 gave me his blessing, and since I got it out of the OpenQA SVN I
 figured it's gotta be under some OSI Compliant license. The Ruby
 version of the recorder (from hence forth called Scrapper) is under
 BSD so I placed the source code under that as well.

 Again, Thanks for the help. This is the first time I am leading a
 forked project, so I apologize for placing this here.

 --Enrique

 On Dec 2, 4:16 pm, Charley Baker charley.ba...@gmail.com wrote:
 Hey Enrique,

   Good work. We generally have an anti-recorder philosophy for Watir,
 and for any issues/user support you might want to resurrect
 WatirRecorder lists or set up a new one. I'm assuming you've talked to
 Scott about this as well? I don't know what the original license was.
 People will have questions about it, and I'd recommend you monitor
 this group and gently redirect to the group specific to the recorder.

  There's more historical information in the group about why we choose
 not to support recorders, which I'd recommend taking a look at. Also
 you may want to blog a bit about your intentions and the inherent
 dangers in recorders. Without going into too much detail, most of
 which you'll find through a quick search, I'm more inclined to rename
 it and consider it a potential scraper, not recorder.

 hth,

 Charley Baker
 Lead Developer, Watir,http://watir.comOn Thu, Dec 2, 2010 at 9:53 AM, 
 watirboy enrique.j.ma...@gmail.com wrote:
  Hey Guys,

  I dont know how else to tell people about this, and I hate promoting
  it, but I have recently resurrected the WatirRecorder that Hanselman
  did back in the day. It is updated to use more modern WATIR standards
  and calls a config.xml file for template changes.

 http://code.google.com/p/watirrecordersharp/

  I would love the community to play, test, break, and contribute if
  possible. This is a first release, and I am planning on changing the
  UI from utilizing SandBar and SandDock to WPF.

  Again, any help will be tremendous. It's a great tool and I would hate
  to see it die...

  --watirboy

  --
  Before posting, please readhttp://watir.com/support. In short: search 
  before you ask, be nice.

  watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
  watir-general+unsubscr...@googlegroups.com

 --
 Before posting, please read http://watir.com/support. In short: search before 
 you ask, be nice.

 watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
 watir-general+unsubscr...@googlegroups.com


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: WatirRecorder being forked and resurrected.

2010-12-03 Thread Dave McNulla
That's what I use recorders for - to scrape and to learn. They don't
always scrape what I want (capture ID when I want name, text when I
want ID, etc.). Sounds like a nice feature to be able to specify
priority of properties.

Good luck Enrique. Let me know if you would like some ideas or for a
beta tester.

Dave

On Dec 3, 12:04 pm, Charley Baker charley.ba...@gmail.com wrote:
 No worries. I'm curious to see how it goes. Like I say, there's
 potential for a scraper, recorders can lead into a large abyss between
 newbie and intermediate scripting, as well as countless other
 problems, notably the easy silver bullet for automation. It's a tricky
 path to navigate, but as I mentioned I will be following the progress.
 :)

 Cheers,

 Charley Baker
 Lead Developer, Watir,http://watir.com







 On Fri, Dec 3, 2010 at 12:02 PM, watirboy enrique.j.ma...@gmail.com wrote:
  Hey Charley,

  Thanks for the heads up. I will monitor this thread closely and try to
  move the conversation over to a new group. I talked to Scott and he
  gave me his blessing, and since I got it out of the OpenQA SVN I
  figured it's gotta be under some OSI Compliant license. The Ruby
  version of the recorder (from hence forth called Scrapper) is under
  BSD so I placed the source code under that as well.

  Again, Thanks for the help. This is the first time I am leading a
  forked project, so I apologize for placing this here.

  --Enrique

  On Dec 2, 4:16 pm, Charley Baker charley.ba...@gmail.com wrote:
  Hey Enrique,

    Good work. We generally have an anti-recorder philosophy for Watir,
  and for any issues/user support you might want to resurrect
  WatirRecorder lists or set up a new one. I'm assuming you've talked to
  Scott about this as well? I don't know what the original license was.
  People will have questions about it, and I'd recommend you monitor
  this group and gently redirect to the group specific to the recorder.

   There's more historical information in the group about why we choose
  not to support recorders, which I'd recommend taking a look at. Also
  you may want to blog a bit about your intentions and the inherent
  dangers in recorders. Without going into too much detail, most of
  which you'll find through a quick search, I'm more inclined to rename
  it and consider it a potential scraper, not recorder.

  hth,

  Charley Baker
  Lead Developer, Watir,http://watir.comOnThu, Dec 2, 2010 at 9:53 AM, 
  watirboy enrique.j.ma...@gmail.com wrote:
   Hey Guys,

   I dont know how else to tell people about this, and I hate promoting
   it, but I have recently resurrected the WatirRecorder that Hanselman
   did back in the day. It is updated to use more modern WATIR standards
   and calls a config.xml file for template changes.

  http://code.google.com/p/watirrecordersharp/

   I would love the community to play, test, break, and contribute if
   possible. This is a first release, and I am planning on changing the
   UI from utilizing SandBar and SandDock to WPF.

   Again, any help will be tremendous. It's a great tool and I would hate
   to see it die...

   --watirboy

   --
   Before posting, please readhttp://watir.com/support. In short: search 
   before you ask, be nice.

   watir-general@googlegroups.com
  http://groups.google.com/group/watir-general
   watir-general+unsubscr...@googlegroups.com

  --
  Before posting, please readhttp://watir.com/support. In short: search 
  before you ask, be nice.

  watir-general@googlegroups.com
 http://groups.google.com/group/watir-general
  watir-general+unsubscr...@googlegroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: WatirRecorder

2009-11-20 Thread Alister Scott

You can try iTest2, which is a free Firefox add on for recording Watir
scripts.
http://itest2.com/downloads

--~--~-~--~~~---~--~~
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] Re: WatirRecorder

2009-11-19 Thread Tiffany Fodor

Haven't you asked about this before?

This group doesn't support WatirRecorder.  I'm not sure why it's not
available to download on OpenQA, but if you really need it, I'd
suggest asking the folks on the Watir Recorder community board:

http://clearspace.openqa.org/community/watir_recorder

-Tiffany

On Nov 19, 3:27 pm, tester86 sagar.am...@gmail.com wrote:
 Can someone give me the link to where I can download the watirRecorder+
 +...as on the homepage it is not there.
--~--~-~--~~~---~--~~
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] Re: WatirRecorder

2009-11-19 Thread George

Not to hijack the thread, but why use WatirRecorder?  Isn't it just as
easy to write the code?

On Nov 19, 3:05 pm, Tiffany Fodor tcfo...@comcast.net wrote:
 Haven't you asked about this before?

 This group doesn't support WatirRecorder.  I'm not sure why it's not
 available to download on OpenQA, but if you really need it, I'd
 suggest asking the folks on the Watir Recorder community board:

 http://clearspace.openqa.org/community/watir_recorder

 -Tiffany

 On Nov 19, 3:27 pm, tester86 sagar.am...@gmail.com wrote:



  Can someone give me the link to where I can download the watirRecorder+
  +...as on the homepage it is not there.
--~--~-~--~~~---~--~~
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] Re: WatirRecorder

2009-11-19 Thread Tiffany Fodor

Hi George!

I agree with you and I wouldn't advocate using a recording tool.  IMO,
record-and-play doesn't really buy you much in time savings, and
creates more fragile tests.

I think some people are used to the 'out of the box' test automation
tools that include a recorder.

-Tiffany

On Nov 19, 4:14 pm, George george.sand...@gmail.com wrote:
 Not to hijack the thread, but why use WatirRecorder?  Isn't it just as
 easy to write the code?

 On Nov 19, 3:05 pm, Tiffany Fodor tcfo...@comcast.net wrote:

  Haven't you asked about this before?

  This group doesn't support WatirRecorder.  I'm not sure why it's not
  available to download on OpenQA, but if you really need it, I'd
  suggest asking the folks on the Watir Recorder community board:

 http://clearspace.openqa.org/community/watir_recorder

  -Tiffany

  On Nov 19, 3:27 pm, tester86 sagar.am...@gmail.com wrote:

   Can someone give me the link to where I can download the watirRecorder+
   +...as on the homepage it is not there.
--~--~-~--~~~---~--~~
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] Re: WatirRecorder++ can't record the user action from a new IE process

2009-03-23 Thread Željko Filipin
On Mon, Mar 23, 2009 at 12:56, 王博天 iamhappypri...@gmail.com wrote:
 ie.link(:url, 'http://youa.baidu.com/my/').click#  here will
open a new page ,then I do some thing on new page but WatirRecorder++  can't
record this

You will have to ask this at watir recorder support forum:

http://clearspace.openqa.org/community/watir_recorder

Željko

--~--~-~--~~~---~--~~
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] Re: WatirRecorder++ Playback question

2009-03-23 Thread Bret Pettichord

Watir Recorder generates scripts that are not compatable with Watir 1.6.

Boyd Ivey wrote:
 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 
 mailto: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
 mailto: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.


 


-- 
Bret Pettichord
CTO, WatirCraft LLC, www.watircraft.com
Lead Developer, Watir, www.watir.com
Blog, www.io.com/~wazmo/blog
Twitter, www.twitter.com/bpettichord

Watir Training: Austin March 25-26, Portland/Beaverton April 16-17
www.watircraft.com/training


--~--~-~--~~~---~--~~
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] Re: WatirRecorder++ Playback question

2009-03-21 Thread Chuck van der Linden

On Mar 19, 10:10 pm, nagmani vm nagman...@gmail.com wrote:
 Am New to Ruby Watir can u pls send the Watir Recorder software

http://lmgtfy.com/?q=watir+recorder

--Chuck

You can invoke:  user.leadto(knowledge.location)
but unfortunately: user.drink()
is a private method
--~--~-~--~~~---~--~~
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] Re: WatirRecorder++ Playback question

2009-03-19 Thread nagmani vm
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 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,


 



-- 
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] Re: watirrecorder++

2009-02-25 Thread tarun parmar
thanks for so much help

but isnt these links give demo version of itest2 only?






On Tue, Feb 24, 2009 at 6:10 PM, Zhimin zhiminz...@gmail.com wrote:


 iTest2/Watir Recorder installation
 ---

 Download http://www.itest2.com/downloads/itest2recorder.xpi directly
 and save the file.
 Depends on your browser settings, safest way is to go to
 http://www.itest2.com/downloads.html, right click link iTest2 / Watir
 Recorder Plugin for Firefox 3, Select 'Save link as' to a file.

 Follow the following simple instructions
  http://www.itest2.com/help/install_recorder_manually.html
  http://www.itest2.com/help/install_recorder.html

 Recorder does not record all operations (yet), such as 'button with
 image', but from feedback, it certainly relieve you from a lot of
 tedious work.

  how can i use watir scripts and itest2 recorder together

 Here is what recorder generated,

  browser = Watir::Browser.start http://www.itest2.com/;
  browser.link(:text, Downloads).click
  browser.link(:text, Install manually).click

 You right click select 'Copy all', paste to a new file (say
 'test_recorded.rb'), pre-append line require 'watir'

 Here is the watir script file.

 require 'watir'
 browser = Watir::Browser.start http://www.itest2.com/;
 browser.link(:text, Downloads).click
 browser.link(:text, Install manually).click

 Run it from command line window (you shall have ruby and watir
 installed of course)
  ruby  test_recorded.rb


 iTest2 IDE installation
 ---
 Download http://www.itest2.com/downloads/iTest2-1.1.3-setup.exe.

 Follow 2 screencasts (about 1 minute each) to install and run your
 first test.
  http://www.itest2.com/screencasts/index.html


 Cheers,
 Zhimin


 


--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-24 Thread Zhimin

Tarun,

 but it only has trial version of itest2 ..so full version is not 
 available?

You have downloaded the full version, just with 30 days trial.

 if you can tell me or send me a
 link that how can I use itest2 and watir together to run tests
 directly in web browser?

There are some help files (in HTML) under c:\iTest2\doc\help to get
you started in minutes.

The best way is to start with samples. Open project file c:
\iTest2\samples\demo\demo.tpr

A part of coming release 1.2, a lot of documentation including
screencasts will be available soon.

 its very urgent.

If you can send me an email with your test site URL I can access and a
test case you want to create,
I could create a iTest2 project structure with a test case  and send
to you.

Cheers,
Zhimin
--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-24 Thread Zhimin

Yes, iTest2/Watir recorder is free and open source.
http://github.com/zhimin/itest2recorder/tree/master

So is rWebUnit framework, a Watir extension iTest2 uses.
 http://github.com/zhimin/rwebunit/tree/master


On Feb 24, 4:38 pm, Manish Sapariya man...@gslab.com wrote:
 Isn't FF recorder plugin open source?

--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-24 Thread Manish Sapariya

Thanks for the url, I couldn't find it anywhere on the site.
Regards,
Manish

Zhimin wrote:
 Yes, iTest2/Watir recorder is free and open source.
 http://github.com/zhimin/itest2recorder/tree/master
 
 So is rWebUnit framework, a Watir extension iTest2 uses.
  http://github.com/zhimin/rwebunit/tree/master
 
 
 On Feb 24, 4:38 pm, Manish Sapariya man...@gslab.com wrote:
 Isn't FF recorder plugin open source?
 
  
 

--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-24 Thread tarun parmar
thnks for your helpbut when i clicked this link it gives me a zipped
folder which has some files but no installtion folder or file, so where
should i install it from?
itest2.com only has demo version of itest2.
and if possible can you tell me how can i use watir scripts and itest2
recorder together or how can use these toolsbecause i couldnt find any
tutorials on the net.
its really urgent.





On Tue, Feb 24, 2009 at 9:30 AM, Manish Sapariya man...@gslab.com wrote:


 Thanks for the url, I couldn't find it anywhere on the site.
 Regards,
 Manish

 Zhimin wrote:
  Yes, iTest2/Watir recorder is free and open source.
  http://github.com/zhimin/itest2recorder/tree/master
 
  So is rWebUnit framework, a Watir extension iTest2 uses.
   http://github.com/zhimin/rwebunit/tree/master
 
 
  On Feb 24, 4:38 pm, Manish Sapariya man...@gslab.com wrote:
  Isn't FF recorder plugin open source?
 
  
 

 


--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-24 Thread Zhimin

iTest2/Watir Recorder installation
---

Download http://www.itest2.com/downloads/itest2recorder.xpi directly
and save the file.
Depends on your browser settings, safest way is to go to
http://www.itest2.com/downloads.html, right click link iTest2 / Watir
Recorder Plugin for Firefox 3, Select 'Save link as' to a file.

Follow the following simple instructions
  http://www.itest2.com/help/install_recorder_manually.html
  http://www.itest2.com/help/install_recorder.html

Recorder does not record all operations (yet), such as 'button with
image', but from feedback, it certainly relieve you from a lot of
tedious work.

 how can i use watir scripts and itest2 recorder together

Here is what recorder generated,

 browser = Watir::Browser.start http://www.itest2.com/;
 browser.link(:text, Downloads).click
 browser.link(:text, Install manually).click

You right click select 'Copy all', paste to a new file (say
'test_recorded.rb'), pre-append line require 'watir'

Here is the watir script file.

require 'watir'
browser = Watir::Browser.start http://www.itest2.com/;
browser.link(:text, Downloads).click
browser.link(:text, Install manually).click

Run it from command line window (you shall have ruby and watir
installed of course)
 ruby  test_recorded.rb


iTest2 IDE installation
---
Download http://www.itest2.com/downloads/iTest2-1.1.3-setup.exe.

Follow 2 screencasts (about 1 minute each) to install and run your
first test.
  http://www.itest2.com/screencasts/index.html


Cheers,
Zhimin


--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-23 Thread Zhimin

Try iTest2/Watir recorder, it is a Firefox add-on.

  http://www.itest2.com/downloads.html
or
  https://addons.mozilla.org/en-US/firefox/addon/9760

Cheers,
Zhimin


On Feb 24, 5:45 am, tarun parmar tarun...@gmail.com wrote:
 Hi, I just installed watir but i didnt know that it is not a recorder/
 playback tool and when i searched for watirrecorder++ on google, it
 didnt give me any valid links to download it.
 I am actually not able to understand the tutorials presented with the
 watir installation, the way it tells work with text editor.
 So can anyone give me examples how to work with watir?
--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-23 Thread tarun parmar

I installed the itest2recorder add-on and checked this link as well

http://www.itest2.com/downloads.html

but it only has trial version of itest2 ..so full version is not
available?
actually I got little bit confused.if you can tell me or send me a
link that how can I use itest2 and watir together to run tests
directly in web browser?
its very urgent.

thanks in advance.







On Feb 23, 7:37 pm, Zhimin zhiminz...@gmail.com wrote:
 Try iTest2/Watir recorder, it is a Firefox add-on.

  http://www.itest2.com/downloads.html
 or
  https://addons.mozilla.org/en-US/firefox/addon/9760

 Cheers,
 Zhimin

 On Feb 24, 5:45 am, tarun parmar tarun...@gmail.com wrote:

  Hi, I just installed watir but i didnt know that it is not a recorder/
  playback tool and when i searched for watirrecorder++ on google, it
  didnt give me any valid links to download it.
  I am actually not able to understand the tutorials presented with the
  watir installation, the way it tells work with text editor.
  So can anyone give me examples how to work with watir?
--~--~-~--~~~---~--~~
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] Re: watirrecorder++

2009-02-23 Thread Manish Sapariya

Isn't FF recorder plugin open source?

Thanks,
Manish

Zhimin wrote:
 Try iTest2/Watir recorder, it is a Firefox add-on.
 
   http://www.itest2.com/downloads.html
 or
   https://addons.mozilla.org/en-US/firefox/addon/9760
 
 Cheers,
 Zhimin
 
 
 On Feb 24, 5:45 am, tarun parmar tarun...@gmail.com wrote:
 Hi, I just installed watir but i didnt know that it is not a recorder/
 playback tool and when i searched for watirrecorder++ on google, it
 didnt give me any valid links to download it.
 I am actually not able to understand the tutorials presented with the
 watir installation, the way it tells work with text editor.
 So can anyone give me examples how to work with watir?
  
 

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---