Main Content
addIteration
Class: sltest.testmanager.TestCase
Namespace: sltest.testmanager
Add test iteration to test case
Syntax
addIteration(tc,iter)
addIteration(___,name)
Description
addIteration(
adds
a test iteration to the test case. The Test Manager gives the iteration
a unique name.tc
,iter
)
addIteration(___,
adds
a test iteration to the test case with a specified name, which must
be unique.name
)
Input Arguments
Examples
Version History
Introduced in R2016a