Main Content

App Testing Framework

Write automated tests for App Designer apps

You can use the MATLAB® app testing framework to test App Designer apps, or apps built programmatically using the uifigure function. The app testing framework lets you author a test class that programmatically performs a gesture on a UI component, such as pressing a button or dragging a slider, and verifies the behavior of the app.

To get started, see Overview of App Testing Framework.

Functions

pressPerform press gesture on UI component
choosePerform choose gesture on UI component
dragPerform drag gesture on UI component
typeType in UI component
hoverPerform hover gesture on UI component
chooseContextMenu Perform choose gesture on context menu item
dismissAlertDialog Close frontmost alert dialog box in figure window
matlab.uitest.unlockUnlock figure locked by app testing framework
matlab.uitest.TestCase.forInteractiveUseCreate a TestCase object for interactive use

Classes

matlab.uitest.TestCase TestCase to write tests with app testing framework

Topics