Testing Columns and Tables
- If you are using the Classic Agent, tables in Web applications are recognized as
HtmlTable controls. An
HtmlTable consists of two or more
HtmlColumn controls.
- If you are using the Open Agent, tables in Web applications are recognized as
DomTable controls. Rows in a table are recognized as
DomTableRow controls.