[wtr-general] Re: Framework

2008-12-27 Thread Charley Baker
There are also some frameworks built around watir which you might take a
look at, here are a couple of links:

   - Watirloo: http://github.com/marekj/watirloo/tree/master
   - Taza: http://github.com/scudco/taza/tree/master
   - Cucumber - the next generation of RSpec story runner, Aidy also posted
   an example on google groups earlier today:
   http://github.com/aslakhellesoy/cucumber/wikis
   - Rasta - http://rasta.rubyforge.org/
   - Some various information on the wiki under frameworks and advanced
   examples: http://wiki.openqa.org/display/WTR/Examples
   - A presentation on a keyword driven framework using Watir:
   http://www.slideshare.net/nivetha/keyword-driven-framework-using-watir

A few of these frameworks are developed by some of us on this list.

HTH,
Charley Baker
blog: http://charleybakersblog.blogspot.com/
Project Manager, Watir, http://wtr.rubyforge.org
QA Architect, Gap Inc Direct


On Fri, Dec 26, 2008 at 6:15 PM, Anna Gabutero a...@lavabit.com wrote:


 On Fri, Dec 26, 2008 at 10:19:29AM -0800, watirpuppy wrote:
 
  I think the core framework(s) are:
test-unit
rspec
 
  both gems to install in your ruby environment.

 Test::Unit is a standard ruby library.  There's no need to install it as a
 gem.

 - Anna


 


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

2008-12-27 Thread marekj
Thanks Charley for mentioning watirloo
I've now moved it to github and integrated hoe and newgem
see: http://github.com/marekj/watirloo
download and run:
 rake -T
for all hoe tasks including gem installation
This is very skeletal work but time permitting I will keep expanding.
Thanks

marekj | Semantic Page Objects Automation

Watirloo: Browser Page Helper Framework
http://www.github.org/marekj/watirloo
for IE, Firefox and others?



On Sat, Dec 27, 2008 at 11:44 PM, Charley Baker charley.ba...@gmail.comwrote:

 There are also some frameworks built around watir which you might take a
 look at, here are a couple of links:

- Watirloo: http://github.com/marekj/watirloo/tree/master
- Taza: http://github.com/scudco/taza/tree/master
- Cucumber - the next generation of RSpec story runner, Aidy also
posted an example on google groups earlier today:
http://github.com/aslakhellesoy/cucumber/wikis
- Rasta - http://rasta.rubyforge.org/
- Some various information on the wiki under frameworks and advanced
examples: http://wiki.openqa.org/display/WTR/Examples
- A presentation on a keyword driven framework using Watir:
http://www.slideshare.net/nivetha/keyword-driven-framework-using-watir

 A few of these frameworks are developed by some of us on this list.

 HTH,
 Charley Baker
 blog: http://charleybakersblog.blogspot.com/
 Project Manager, Watir, http://wtr.rubyforge.org
 QA Architect, Gap Inc Direct



 On Fri, Dec 26, 2008 at 6:15 PM, Anna Gabutero a...@lavabit.com wrote:


 On Fri, Dec 26, 2008 at 10:19:29AM -0800, watirpuppy wrote:
 
  I think the core framework(s) are:
test-unit
rspec
 
  both gems to install in your ruby environment.

 Test::Unit is a standard ruby library.  There's no need to install it as a
 gem.

 - Anna





 


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

2008-12-26 Thread watirpuppy

I think the core framework(s) are:
  test-unit
  rspec

both gems to install in your ruby environment.

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

2008-12-26 Thread Anna Gabutero

On Fri, Dec 26, 2008 at 10:19:29AM -0800, watirpuppy wrote:
 
 I think the core framework(s) are:
   test-unit
   rspec
 
 both gems to install in your ruby environment.

Test::Unit is a standard ruby library.  There's no need to install it as a gem.

- Anna


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

2008-12-23 Thread Wilson Xu

Everbright is a toolkit aims to test Web Site more conveniently with
Watir. It contains classes/methods to help you start testing a Web
Site with Watir more quickly and more efficiently.
use CVS to checkout the source from rubyforge.org:
cvs -d :pserver:anonym...@rubyforge.org:/var/cvs/everbright checkout
everbright


On Dec 23, 10:27 pm, Anna Gabutero a...@lavabit.com wrote:
 On Tue, Dec 23, 2008 at 04:30:28AM -0800, Parul wrote:

  Hi all,
  Finally i've started using Watir and executing scripts.
  Now i wanna know about any framework.
  Is there any framework?If yes than please let me know abt it so that i
  can implement in web testing.

  Thanks
  Parul

 Hello Parul,

 First of all, I highly recommend reading the available documentation in
 the Watir Wiki:http://wiki.openqa.org/display/WTR/Project+Home

 In particular, please read:
  *http://wiki.openqa.org/display/WTR/FAQ
  *http://wiki.openqa.org/display/WTR/Advanced+Examples

 The last link in particular contains several articles about frameworks.
 That should help you get started in writing your own.

 Regards,
 Anna
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---