Tag: <span>Excel</span>

Parametrize Your Automation Scripts!

06/17/2011
Posted by
0

Our Customers typically have 4-7 “lower” environments where the underlying application is deployed and tested, multiple times by multiple teams before making it into “production”. One of the big benefits of using Awetest is the ability to create and test new environments on the fly using existing scripts. When an automation script is written, it…

Read more

Using WATIR and Roo to read data from Spreadsheets

03/02/2011
Posted by
0

Roo is a gem that lets you access contents of , 1> Excel Spreadsheets(.xls), 2> Open office spread sheets(.ods), 3>Excel’s new format .xlsx and 4>Google spreadsheets. Consider the following spreadsheet:   The above spreadsheet can be accessed using the following code:

#Require the roo library in the script

# To parse an excel…

Read more