Forum Discussion
SmartBear_Suppo
13 years agoSmartBear Alumni (Retired)
Hi,
try the following;
def model = testRunner.testCase.testSteps["DataSource"].dataSource.gridModel
the javadoc for this is at http://www.soapui.org/apidocs/pro/com/e ... Model.html
use the insertRows( rowIndex, nrOfRows) method to add rows (rowIndex of -1 appends)
regards,
/Ole
SmartBear Software
try the following;
def model = testRunner.testCase.testSteps["DataSource"].dataSource.gridModel
the javadoc for this is at http://www.soapui.org/apidocs/pro/com/e ... Model.html
use the insertRows( rowIndex, nrOfRows) method to add rows (rowIndex of -1 appends)
regards,
/Ole
SmartBear Software
- krabhishek_307 years agoOccasional Contributor
Hi, this link does not work. Do you have any updated link for this ?
My use case, i want to write values to different columns in grid type data source.
- groovyguy7 years agoCommunity Hero
krabhishek_30: Is this the link you were looking for? https://support.smartbear.com/readyapi/apidocs/pro/com/eviware/soapui/impl/wsdl/teststeps/datasource/GridDataSource.html
Related Content
- 4 years ago
- 4 years ago
- 8 years ago
- 3 years ago
Recent Discussions
- 6 days ago
- 8 days ago
- 19 days ago