In addition to using expressions, ranges, sets, and objects in test data tables, you can also use one-dimensional and multidimensional arrays. Arrays are displayed hierarchically in the test data table with each element in the array appearing in its own row, nested beneath the row that represents the array.
Array elements can consist of any data type, even complex object data types. Each element in the array is displayed with its index and can be retrieved and changed independently.
To add an element to an array:
Here is a portion of test behavior code and test data table for a two-dimensional array: