Borrar filtros
Borrar filtros

How to control Inputs in Test Manager

1 visualización (últimos 30 días)
Grace Edlin
Grace Edlin el 2 de Feb. de 2021
Respondida: Jesús Zambrano el 7 de Feb. de 2021
I have an excel that has multiple tabs for different tests.
I have a matlab script that runs test manager.
How do I change which tab it runs?
At the moment I can only run the selected tab.
% Get test file
tf = sltest.testmanager.getTestFiles;
% Get test suite object
ts = getTestSuites(tf);
% Get test case object
tc = getTestCases(ts);
%find the sheets;
input = getInputs(tc);
%Select which tab to run here?
testItr = run(tc);

Respuestas (1)

Jesús Zambrano
Jesús Zambrano el 7 de Feb. de 2021
Hey,
The following link shows an example of how to add excel data to Inputs selection
Hope it helps!

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by