Forum Discussion
nmrao
9 years agoCommunity Hero
Consider storing the access token at higher level instead of test case level property i.e., either test suite or project level depending on your use case of reusing token.
You will be able to access the token in your requests using ${#TestSuite#TOKEN} or ${#Project#TOKEN}, assuming toke is stored as respective level property TOKEN
You will be able to access the token in your requests using ${#TestSuite#TOKEN} or ${#Project#TOKEN}, assuming toke is stored as respective level property TOKEN