Run more than one step in test sequence block

5 visualizaciones (últimos 30 días)
Jack
Jack el 7 de Sept. de 2023
Respondida: Balavignesh el 18 de Sept. de 2023
I am trying to perform actions and a verify statement in seperate steps in the test sequence block. I need these to happen at the same time but for different lenghts of time, is there a way to do this just within the test sequence block.

Respuestas (1)

Balavignesh
Balavignesh el 18 de Sept. de 2023
Hi Jack,
I understand that you would like to parallelize the steps in the Test Sequence block.
I suggest you try putting all the parallel actions into the same step. If the parallel actions are more complex, e.g., consists of multiple sub steps each, then you can try to achieve this is by using multiple Test Sequence blocks.
I hope this helps.

Etiquetas

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