public class DataSet
extends java.lang.Object
DataSet is a sub element of DataSource and holds the data used for data driven testing. DataSource with the web GUI with different worksheets. A worksheet
is represented by the DataSet. The first row of the DataSet is the header (defines the columns). The other
rows hold the values that are used for data driven testing.TestsService| Constructor and Description |
|---|
DataSet() |
DataSet(java.lang.String dsName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the
DataSet. |
void |
setName(java.lang.String name)
Sets the name of the
DataSet. |
public java.lang.String getName()
DataSet. In case of an MS Excel DataSource, this will be the worksheet name.public void setName(java.lang.String name)
DataSet. In case of an MS Excel DataSource, this will be the worksheet name.name - Copyright © Micro Focus 2004-2019. All rights reserved.