sltest.stmv2.migrate.importProject
R2026bConvert MLDATX test files in MATLAB project into SLTEST files (Tech Preview)
Since R2026b
Syntax
Description
Note
The redesigned Simulink® Test Manager is a tech preview in R2026b. The primary purpose of the tech preview is to provide early access to the most common testing workflows. For more information about supported workflows, see Overview of the Redesigned Simulink Test Manager (Tech Preview).
To enable the feature, click the New Test Manager button in the
existing Test Manager or use the sltest.stmv2.open function at
the command line.
searches the MATLAB® project at the file path report = sltest.stmv2.migrate.importProject(projectPath)projectPath for MLDATX test
files, converts them into SLTEST files to use in the redesigned Test Manager,
and returns a report table with one row for each SLTEST file.
specifies additional options using one or more name-value arguments.report = sltest.stmv2.migrate.importProject(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b