Forum Discussion
Usha_Kodali
16 years agoFrequent Contributor
I handled the following way...may be there is better...please suggest
propsmatchmaker = ~/${testSuiteName}/
def propsmatchmaker = propsmatchmaker.matcher("${props}");
if(propsmatchmaker.find())
{
..............
}
else
{log.info("Did not find the right property")
}
propsmatchmaker = ~/${testSuiteName}/
def propsmatchmaker = propsmatchmaker.matcher("${props}");
if(propsmatchmaker.find())
{
..............
}
else
{log.info("Did not find the right property")
}