basically what taza does is make using the pages easier I have written some command line apps that automate filling out forms or entering data on sites for me so if that's the case. you could do the same thing with cheezy's page-object framework
On Tue, May 8, 2012 at 7:59 PM, Cassiano Leal <[email protected]>wrote: > @Željko: I tried, but it spit out some weird errors. I'm not on that > computer right now, but the thing is that the application I'm automating is > very weird. It looks like it was built on the 90's (which it probably was), > but it's full of ajax and javascript. It's so weird that there are a couple > of tables whose scroll bar is completely independent from the table itself. > It lives inside its own DIV and I don't even want to try to learn how it > sends signals to the actual table. I tried many things, but decided to go > as manual as possible in order to deal with all the weirdness. :) > > @Oscar: I know you would! If I remember correctly from the last time I > used taza, it was more focused on testing the UI, right? The thing is that > I'm not really testing anything. I'm writing an automation framework so > that I don't need to do stupid repetitive tasks manually via the worst web > UI I have ever seen. :) In other words, I'm a user of this tool, not a > tester. > > > On 8 May 2012 17:33, Oscar Rieken <[email protected]> wrote: > >> :p I would recommend taza ;) >> https://github.com/hammernight/taza >> >> examples with rspec and cucumber >> https://github.com/hammernight/etsy_cucumber_taza_tutorial >> >> >> On Tue, May 8, 2012 at 4:30 PM, Željko Filipin >> <[email protected]>wrote: >> >>> I would suggest that you start using page-object gem instead of creating >>> your own implementation: >>> >>> https://github.com/cheezy/page-object >>> >>> Željko >>> >>> -- >>> Before posting, please read http://watir.com/support. In short: search >>> before you ask, be nice. >>> >>> [email protected] >>> http://groups.google.com/group/watir-general >>> [email protected] >>> >> >> -- >> Before posting, please read http://watir.com/support. In short: search >> before you ask, be nice. >> >> [email protected] >> http://groups.google.com/group/watir-general >> [email protected] >> > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
