Main Content

getIterationResults

Class: sltest.testmanager.TestIteration
Namespace: sltest.testmanager

Get test iteration results history

Since R2019b

Syntax

ti_result = getTestIterationResults(ti)

Description

ti_result = getTestIterationResults(ti) returns the test iteration results history for the specified test iteration, ti. The test iteration history includes the results for all runs of the test iteration in the Test Manager.

Input Arguments

expand all

Test iteration for which to obtain results, specified as an sltest.testmanager.TestIteration object.

Output Arguments

expand all

Test iteration result, returned as an array of sltest.testmanager.TestIterationResult objects. Each object in the array contains the results for a single test iteration run.

Version History

Introduced in R2019b