Can't find matlab.uitest.lock

4 views (last 30 days)
Arthur Roué
Arthur Roué on 24 Aug 2023
Commented: Arthur Roué on 31 Aug 2023
I'm using uitest framework to test an UI.
During the tests, I need the user to interact with a pop-up (uiconfirm).
So I used matlab.uitest.unlock. But after user's anwer, I want to lock again the figure, but I couldn't find how.

Accepted Answer

Sai Teja G
Sai Teja G on 28 Aug 2023
Hi Arthur,
I understand that you are looking for a way to lock the UI after unlocking it.
There is no specific method to lock the framework after unlocking it. The purpose of unlocking the uitest framework using 'matlab.uitest.unlock' is to allow user interaction during test automation.
Hope it helps!
  1 Comment
Arthur Roué
Arthur Roué on 31 Aug 2023
I came to the same conclusion.
Thank you for confirming it.

Sign in to comment.

More Answers (0)

Categories

Find more on Verification, Validation, and Test in Help Center and File Exchange

Tags

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!