Data Table

Data Tables hold data set similar to excel sheet/database table. Typically used to hold configuration or a common data set that may used across multiple test cases

Data Table Access with Expressions

With Direct Row Number: [Data Table Name]:row no eg: Persons:2

With Multiple Row Numbers: [Data Table Name]:row no1, Row no 4, row no 5 eg: Persons:1,4,5

With Multiple Row Numbers with range: [Data Table Name]:row no1 - row no 5 eg: Persons:1-5

Last updated