Monday, March 5, 2012

Selenium IDE Data-driven testing

You can do data-driven testing using Selenium IDE data driven extension.  However, your data must be in an XML file, and the data must be defined in attributes of the "test" element.  It is possible to create an XML file from an Excel file (just look it up in MS Excel Help); however, the data is imported as elements, not attributes.