Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
not sure I understand, but I think you want to do
for( name in testcasenames )
{
testRunner.testCase.testSuite.project.testSuites["name of testsuite"].getTestCaseByName(name)
}
or am I misunderstanding?
/Ole
SmartBear Software
not sure I understand, but I think you want to do
for( name in testcasenames )
{
testRunner.testCase.testSuite.project.testSuites["name of testsuite"].getTestCaseByName(name)
}
or am I misunderstanding?
/Ole
SmartBear Software