Forum Discussion
nmrao
12 years agoCommunity Hero
Property can be at different level.
- Project
- Suite
- TestCase
If a property, say USERNAME, is at test case level, the same can be accessed by using
Similarly you may access other properties by replacing the Project or Suite respectively.
- Project
- Suite
- TestCase
If a property, say USERNAME, is at test case level, the same can be accessed by using
context.expant('${#TestCase#USERNAME}')Similarly you may access other properties by replacing the Project or Suite respectively.