TestComplete records and plays back actions against mobile web applications in the Chrome mobile emulator by using various test objects, methods and properties. You can get data from web page elements and automate object-specific actions, such as the value change, item selection, and so on.
Supported Mobile Web Controls
- Standard HTML controls: INPUT, SELECT and so on. TestComplete also provides extended support for the following web controls:
- Table cells (TD and TH elements)
-
JavaScript popups and browser dialogs (alert, confirmation and so on)
-
Other web controls used in web applications for the desktop
Support for Table Controls
You can use table checkpoints to check data in list and tabular controls in mobile web applications. For a list of controls that table checkpoints work with, see Supported Controls.
Using Native Properties, Attributes and Methods of Mobile Web Controls
Besides of properties and methods provided by TestComplete, you can use native DOM properties and methods of the HTML elements in automated tests. For more information, see Accessing Native Web Attributes and Methods.
See Also
Supported jQuery Mobile Controls
Testing Mobile Web Applications Using Emulator - Overview