Run more than one step in test sequence block

조회 수: 9 (최근 30일)
Jack
Jack 2023년 9월 7일
답변: Balavignesh 2023년 9월 18일
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.

답변 (1개)

Balavignesh
Balavignesh 2023년 9월 18일
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.

카테고리

Help CenterFile Exchange에서 Inputs에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by