Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi!
you need to use single quotes, otherwise groovy will try to expand the property reference itself.. ie
NTT_id_header.setRequestHeader("NTT_id", '${#TestSuite#subscriber.NTT}');
regards!
/Ole
eviware.com
you need to use single quotes, otherwise groovy will try to expand the property reference itself.. ie
NTT_id_header.setRequestHeader("NTT_id", '${#TestSuite#subscriber.NTT}');
regards!
/Ole
eviware.com