Forum Discussion
8 Replies
- groovyguyCommunity Hero
Is the DataSource in your test case, the same test case as the request? That's why you don't need the extra #. It is required for the TestSuite level properties, since ReadyAPI has to know to go up a level.
- nmraoCommunity Hero1. # 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.- nmraoCommunity 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.