Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHello,
How about this:
Does it help,
robert
How about this:
// to get directory value
testRunner.testCase.getTestStepByName("DataSource").getDataSource().getFileName()
// to set to new value
log.info testRunner.testCase.getTestStepByName("DataSource").getDataSource().setFileName("/home/robert/new")
Does it help,
robert