Forum Discussion
nmrao
9 years agoCommunity Hero
1. # is required for referring to Test Case / Suite / Project level properties
2. # is not required if you are referring to a name of Test step.
2. # is not required if you are referring to a name of Test step.
groovyguy
9 years agoCommunity Hero
nmrao: Doesn't 2 in your reply only apply to TestSteps at the same level as the test request? IE, they have to be in the same test case? That is an important distinction.
- nmrao9 years agoCommunity HeroMost of the times, I use Type 1.
Never remember using 2nd type.
Thumb rule, which I follow, each test case independent. So, the case you mentioned does not arise or I never used as mentioned.- groovyguy9 years agoCommunity Hero
So it's in the same test case as the request you are using, then the property expansion should always be ${DataSourceName#PropertyName}. If that's the case, are you saying you still get sometimes where that doesn't evaluate or returns a null/empty string?