Forum Discussion
1 Reply
- nmrao
Champion Level 1
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 usingcontext.expant('${#TestCase#USERNAME}')
Similarly you may access other properties by replacing the Project or Suite respectively.