Skip to content

The TestcaseTable class

Bryan Oakley edited this page Mar 8, 2016 · 2 revisions

The TestcaseTable class represents a robot framework testcase table. It has the following methods and attributes:

  • linenumber contains the line number in the suite or resource file where this table begins
  • name contains the name of the table
  • parent contains a reference to the parent (suite or resource file) that has this testcase
  • testcases is a list of Testcases within this table
  • header is the raw text of the table header (eg: *** Settings ***)