testcase — Instance of test case matlab.uitest.TestCase object
Instance of the test case, specified as a matlab.uitest.TestCase object.
comp — Component to type in UI component object
Component to type in during test, specified as a UI component object that supports a type gesture. Components that support type gestures include edit fields and text areas.
Value to type into the component. The data type of value depends on the type of component under test. For example, if comp is a spinner, value is specified as a numeric. If comp is a text area, value is specified as a character vector or string.