フィルターのクリア

Test Manager doesn't stop for very long time after execution of test file/test case(s). Can we reduce this time manually?

8 ビュー (過去 30 日間)
Narayani
Narayani 2022 年 11 月 1 日
回答済み: Kannan 2022 年 11 月 9 日
Can we close Test Manager manually after execution of test suite or single test file?
Please provide support on this as its very time consuming process.

回答 (1 件)

Kannan
Kannan 2022 年 11 月 9 日
Hi Narayani,
Inorder to clear the results from the test manager please type in the following command on the MATLAB command line :
sltest.testmanager.clearResults;
If the close button on the Test Manager seems unresponsive, you can use the following commands to close the Test Manager from the MATLAB command line
% Clear test file from Test Manager
sltest.testmanager.clear
% Close Test Manager
sltest.testmanager.close

カテゴリ

Help Center および File ExchangeTest Execution についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by