Forum Discussion
SmartBear_Suppo
Alumni
12 years agoThere's a special workaround for this case. If you define the property "Filename" (note the lower case n!), you will get the relative file name there.
To get the file name, use the code
testRunner.testCase.getTestStepByName("YourDataSource").getProperty("Filename").value
... where "YourDataSource" is the name of your data source.
Hope this helps!
Manne, SoapUI developer
To get the file name, use the code
testRunner.testCase.getTestStepByName("YourDataSource").getProperty("Filename").value
... where "YourDataSource" is the name of your data source.
Hope this helps!
Manne, SoapUI developer