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 3:14:02 AM UTC-5, mc060200778 wrote: > > 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 < > [email protected] <javascript:>> wrote: > >> 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 <[email protected]> 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 report. >>> >>> Željko >>> -- >>> https://leanpub.com/watirbook >>> >> >> I'll second this, there are also a number of other great reasons to use >> cucumber (see the first two chapters of the book Specification by Example, >> free at this link http://www.manning.com/adzic/ >> >> The example you noted above is just using ordinary ruby scripting >> commands to create an html report as the script runs. which is fine if you >> want everything in one long script (bad Idea really) but harder to >> implement if you want to be able to run individual scripts, sections, or a >> whole suite as your needs require. >> >> -- >> -- >> Before posting, please read http://watir.com/support. In short: search >> before you ask, be nice. >> >> [email protected] <javascript:> >> http://groups.google.com/group/watir-general >> [email protected] <javascript:> >> >> --- >> You received this message because you are subscribed to the Google Groups >> "Watir General" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
