Re: [wtr-general] Watir HTML Reports

2013-03-15 Thread Chuck van der Linden
The Cucumber Book from Pragmatic Programmers is excellent. it covers a lot in terms of how to use the tool correctly. It does NOT have however examples specific to how to use water to drive the browser, but we have lots of other resources for that (like the watir book, our wiki, here,

Re: [wtr-general] Watir HTML Reports

2013-03-14 Thread Sohail Mirza
so it is concluded that Cucumber framework has better HTML reporting techniques. Could you comments some good cucumber articles? i searched myself but hardly find anything good. On Wed, Mar 13, 2013 at 9:00 PM, Chuck van der Linden cvanderlin...@climate.com wrote: On Wednesday, March 13, 2013

Re: [wtr-general] Watir HTML Reports

2013-03-14 Thread Željko Filipin
On Thu, Mar 14, 2013 at 9:14 AM, Sohail Mirza mrz...@gmail.com wrote: Could you comments some good cucumber articles? All I know about cucumber I have found here: http://cukes.info/ Željko -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be

Re: [wtr-general] Watir HTML Reports

2013-03-14 Thread Oscar Rieken
Same here On Thu, Mar 14, 2013 at 5:36 AM, Željko Filipin zeljko.fili...@gmail.comwrote: On Thu, Mar 14, 2013 at 9:14 AM, Sohail Mirza mrz...@gmail.com wrote: Could you comments some good cucumber articles? All I know about cucumber I have found here: http://cukes.info/ Željko -- --

Re: [wtr-general] Watir HTML Reports

2013-03-14 Thread Super Kevy
I found this article that makes a nice intro to get you into it the idea of cucumber in under a day http://taooftest.wordpress.com/2012/05/11/cucumber-101/ Be sure to install RSPEC and require it for the examples. You will likely need rubygems, and devkit installed On Thursday, March 14, 2013

Re: [wtr-general] Watir HTML Reports

2013-03-14 Thread Oscar Rieken
I have a few posts and code examples here http://thechort.com/blog/ there are a bunch here as well http://watirmelon.com/ On Thu, Mar 14, 2013 at 9:36 AM, Super Kevy kpe...@scholarshipamerica.orgwrote: I found this article that makes a nice intro to get you into it the idea of cucumber in

[wtr-general] Watir HTML Reports

2013-03-13 Thread Sohail Mirza
Hi, i need to create HTML reports in Watir. There is one HTML Report Class which i found in google results. i wanted to confirm is that still the only way to generate HTML reports or there are some more good approaches to generate HTML Reports? http://wiki.openqa.org/display/WTR/HTML+report+class

Re: [wtr-general] Watir HTML Reports

2013-03-13 Thread Željko Filipin
On Wed, Mar 13, 2013 at 8:28 AM, Sohail Mirza mrz...@gmail.com wrote: i need to create HTML reports in Watir. Watir just drives browsers, it does not create reports. I think that all testing frameworks (test/unit, rspec, cucumber) have reporting. I use cucumber and it has really nice HTML

Re: [wtr-general] Watir HTML Reports

2013-03-13 Thread Chuck van der Linden
On Wednesday, March 13, 2013 4:56:52 AM UTC-7, Željko Filipin wrote: On Wed, Mar 13, 2013 at 8:28 AM, Sohail Mirza mrz...@gmail.comjavascript: wrote: i need to create HTML reports in Watir. Watir just drives browsers, it does not create reports. I think that all testing frameworks