Forum Discussion
Claire_Kaplan
16 years agoOccasional Contributor
Hi
Is there a way I can get the values at a cell location in the data source?
I tried
def model = testRunner.testCase.testSteps["DataSource"].dataSource.gridModel
model.getValueAt( 0, 0 )
but it did not work.
Regards
Shalabh
Is there a way I can get the values at a cell location in the data source?
I tried
def model = testRunner.testCase.testSteps["DataSource"].dataSource.gridModel
model.getValueAt( 0, 0 )
but it did not work.
Regards
Shalabh
Related Content
Recent Discussions
- 22 days ago