Solved
Forum Discussion
Radford Is it possible to set the DataSource row at the project level in a startup script?
Note: You are asking a different question, it's probably best to start a new topic.
I assume you mean the start row?
I don't have time at the moment to test this, but I think you need something like:
// Example run from Project Setup Script def dataSourceTestStep = project.getTestSuiteByName("Your Test Suite Name").getTestCaseByName("Your Test Case Name").getTestStepByName("DataSource") dataSourceTestStep.setStartRow("2")