필터 지우기
필터 지우기

使用sltest.t​estmanager​.run函数,同一个​脚本里已有的图形句柄​会被删除,为什么

조회 수: 5 (최근 30일)
小玲 向
小玲 向 2023년 1월 9일
답변: 小玲 向 2023년 1월 9일
f = uifigure; % 创建图形界面
tf = sltest.testmanager.TestFile('E:\RS220105\dd\dd.mldatx'); % 获取test file
ts = tf.getTestSuiteByName('newGroup'); % 获取test suite
ts = ts.getTestSuiteByName('newCase');
tc = ts.getTestCaseByName('newCase simulation'); % 获取test case
run(tf); % 运行test case,不明白为啥run的时候,图形界面f会被删除

답변 (1개)

小玲 向
小玲 向 2023년 1월 9일
我发现如果test case中有多次迭代,则run的时候,图形窗口会被删除,如果只有一个迭代,则不会

카테고리

Help CenterFile Exchange에서 测试模型组件에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!