Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You can access the filename with this script,
Thanks,
Jeshtha
You can access the filename with this script,
def name = testRunner.testCase.getTestStepByName("DataSource").getDataSource().getFileName()
log.info name
Thanks,
Jeshtha