Re: [wtr-general] Watir + Rspec + POM a good combination?

2014-09-04 Thread Mariano Giagante
* A good structure you can use is the one automatically generated by testgen gem. * The book Cucumber & Cheese would be an amazing starting point for you, since you want to use Page Object Model. Hope it helps. Mariano. El viernes, 27 de junio de 2014 15:29:05 UTC-3, Avinash Duggirala escribió:

Re: [wtr-general] Watir + Rspec + POM a good combination?

2014-06-27 Thread Avinash Duggirala
Thanks for the replies. But I need some start up suggestions in this regard 1. Is there any standard folder structure to follow while implementing Watir web-driver + R-Spec framework ? 2. Need some inputs regarding execution flow for this combination. Regards, Avinash On Saturday, June 21, 2

Re: [wtr-general] Watir + Rspec + POM a good combination?

2014-06-21 Thread Jarmo Pertman
Don't forget the easiest one called test-page - https://github.com/jarmo/test-page Jarmo Pertman - IT does really matter - http://itreallymatters.net On Friday, June 20, 2014 11:28:53 PM UTC+3, Rafael Lima wrote: > > I know of two gems that you can use for Page Objects : Taza and Page > Obj

Re: [wtr-general] Watir + Rspec + POM a good combination?

2014-06-20 Thread Rafael Lima
I know of two gems that you can use for Page Objects : Taza and Page Object. On Monday, June 16, 2014, Avinash Duggirala wrote: > Hi all, > > I am new to Watir. I have explored to create a project with combination of > Watir Webdriver + Rspec Framework + POM. > > I need suggestions whether choos

[wtr-general] Watir + Rspec + POM a good combination?

2014-06-20 Thread Avinash Duggirala
Hi all, I am new to Watir. I have explored to create a project with combination of Watir Webdriver + Rspec Framework + POM. I need suggestions whether choosing this combination is a good option or not?While exploring I could not find any example project in this combination. I got examples for