Dashboard > Watir > Project Home
Watir Log In View a printable version of the current page.
Project Home
Added by Patrick Lightbody, last edited by Zeljko on Aug 20, 2008  (view change) show comment
Labels: 
(None)

Watir - Web Application Testing in Ruby

This wiki contains information about the Watir testing tool and its community. A wiki is a website that allows readers to contribute. You can edit these pages. If you see something missing, please add it!

Project and Community Resources

Start Here

Learning More

Other Testing Tools

The Watir Community

Watir Development

Other Watir Websites

Sites that are (probably) out of date

Old mailing lists and forums (read only)

News and Updates

require 'win32ole'

#Open excel application
@@excel = WIN32OLE.new("excel.application")
WIN32OLE.const_load(@@excel)
@@excel.visible = false

#Add worksheet.
@@workbook = @@excel.workbooks.add
@@worksheet = @@workbook.Worksheets(1)

#Define the format of the cell
@@worksheet.range("a1:z200").Interior"ColorIndex" = 2 #Define the interior line color in [a1:z200]
@@worksheet.range("a1:c1")'Value' = "Tests", "#", "%"
#@@worksheet.range("a1:c1").value = "Tests", "#", "%"

@@worksheet....

Posted at 28 Aug @ 12:42 AM by Wesley | 0 comments

Visit news page for older news.

 
Recently Updated
by Alister Scott (04 Sep)
Watir.com
by Wesley (02 Sep)
Re: Netbeans and Watir
by Zeljko (02 Sep)
Tutorial
by aidy (29 Aug)
FireWatir
by Alister Scott (29 Aug)
Watir Core Team
by Alister Scott (29 Aug)
Quotes about Watir
by Alister Scott (29 Aug)
Re: Watir.com
by Alister Scott (29 Aug)
File rubylogo.png
by Alister Scott (29 Aug)
Watir.com Migration
by Alister Scott (29 Aug)
Icons Mimetypes

Site running on a free Atlassian Confluence Community License granted to OpenQA. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators