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, 
stackoverflow, etc) 

Another resource is Cheezy's stuff  Including the training 
session<https://github.com/watir/watir-bazaar/wiki/Test-Automation-Workshop-2012>we
 did last year on watir, cucumber, and page objects.  Also his 
e-book https://leanpub.com/cucumber_and_cheese


On Thursday, March 14, 2013 6:46:51 AM UTC-7, Oscar.Rieken wrote:
>
> 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.org<javascript:>
> > wrote:
>
>> 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 <
>>> cvande...@climate.com> 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 <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 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.
>>>>  
>>>> watir-...@googlegroups.com
>>>> http://groups.google.com/**group/watir-general<http://groups.google.com/group/watir-general>
>>>> watir-genera...@**googlegroups.com
>>>>
>>>>  
>>>> --- 
>>>> 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 watir-genera...@**googlegroups.com.
>>>>
>>>> For more options, visit 
>>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>>> .
>>>>  
>>>>  
>>>>
>>>
>>>  -- 
>> -- 
>> Before posting, please read http://watir.com/support. In short: search 
>> before you ask, be nice.
>>  
>> watir-...@googlegroups.com <javascript:>
>> http://groups.google.com/group/watir-general
>> watir-genera...@googlegroups.com <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 watir-genera...@googlegroups.com <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.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

--- 
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 watir-general+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to