Class: sltest.testmanager.TestCase
Package: sltest.testmanager
Get test iterations that belong to test case
iterArray = getIterations(tc)
iterArray = getIterations(tc,iterName)
get
one or more test iteration objects that belong to the test case.iterArray
= getIterations(tc
)
get
one or more test iteration objects with the specified name that belong
to the test case.iterArray
= getIterations(tc
,iterName
)