Mobile checkpoints are deprecated. We do not recommend using them when creating new tests. |
Description
Use the Mobile Checkpoint operation to check whether the screen of your mobile device shows the needed UI element. You specify the UI element by its image in the Image Repository or you can capture the element image from screen when creating a checkpoint.
Requirements
-
A license for the TestComplete Mobile module.
-
The Mobile module’s plugins must be enabled in TestComplete.
-
To check images on iOS devices, your iOS application must be prepared for testing and running. Otherwise, TestComplete will not have access to the iOS device’s screen.
Operation Result
If the specified search area shows the image, the operation returns True. Otherwise, it returns False.
Scripting Analogue
The operation is an analogue of the ImageSetItem.CheckImage
scripting method.
Child Operations
The operation cannot have child operations.
Operation Parameters
The operation does not have parameters.
Remarks
For information on mobile checkpoints, see About Mobile Checkpoints.
See Also
Checkpoints Category
Testing Android Applications
Image-Based Testing