Forum Discussion
nmrao
6 years agoCommunity Hero
You can easily define that property at test case level and access it using
"context.testCase.getPropertyValue('propertyName')"
This way, an additional step can be avoided.
"context.testCase.getPropertyValue('propertyName')"
This way, an additional step can be avoided.
Heidji
6 years agoNew Contributor
Hi Rao,
thank you for helping me.
I have tried this:
planilhaExcel = context.testCase.getPropertyValue('ArquivoExcel')
log.info planilhaExcel
But the return to this log.info is null
Wed Oct 09 11:52:08 BRT 2019:INFO:null