Forum Discussion
AnandKiran
16 years agoFrequent Contributor
Hi Sabersh,
Try the below code
def Count = context.expand('${#TestSuite#Count}');
and for setting a property
testSuite.setPropertyValue("abc",value);
Hope this helps
.
Regards
Anand.
Try the below code
def Count = context.expand('${#TestSuite#Count}');
and for setting a property
testSuite.setPropertyValue("abc",value);
Hope this helps
. Regards
Anand.