StephenC
11 years agoOccasional Contributor
Get TestSuite property using Property expansion
I have a DataSource step which is loading a source file depending on TestSuite name.
Example:
${projectDir}/Bulk/${#TestSuite#Name}.csv
It is working fine only when I create a property 'Name' in the 'Custom Properties' tab.
However the 'TestSuite Properties' already contains a property called 'Name'.
Do you know how can I get a property from 'TestSuite Properties' tab without creating custom property?
Example:
${projectDir}/Bulk/${#TestSuite#Name}.csv
It is working fine only when I create a property 'Name' in the 'Custom Properties' tab.
However the 'TestSuite Properties' already contains a property called 'Name'.
Do you know how can I get a property from 'TestSuite Properties' tab without creating custom property?