Main Content
padv.util.openTestCase
Open test case artifact
Syntax
Description
opens the test case artifact in Test Manager and attempts to load the test
results for the test case if status
= padv.util.openTestCase(artifact
,loadTestResults
)loadTestResults
is
true
.
You can use this function inside the openArtifact
method of a task to
customize how Process Advisor opens test case artifacts in the
I/O column. For an example, open the built-in task
padv.builtin.task.RunTestsPerTestCase
and view the implementation of its
openArtifact
method. For more information, see Optional Customizations for Opening Task Artifacts.
This function requires CI/CD Automation for Simulink Check.