Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
the label is what is shown in the UI - please use getName() instead (or just .name).
To really short it down you could write
context.testSuite.testCaseList.each
{
context.testSuite.testCases[it.name].disabled = false
}
regards!
/Ole
SmartBear Software
the label is what is shown in the UI - please use getName() instead (or just .name).
To really short it down you could write
context.testSuite.testCaseList.each
{
context.testSuite.testCases[it.name].disabled = false
}
regards!
/Ole
SmartBear Software