|
|
|
|
|
Automated tests: Emulation functions
The emulation functions are used to emulate the different types of windows that may appear during an automated test. These functions, used in the code of the test, are used to perform an action. They prevent the test from being locked. The emulation functions are as follows:
| | EmulateActionBar | Emula una Action Bar durante la ejecución de pruebas automatizadas en un dispositivo móvil (Android o iOS). | EmulateCheckBox | Emula la selección de una opción en un control Casilla de verificación. | EmulateCombo | Emula una de las siguientes acciones en un control Combo Box: - clic en el botón que permite desplegar la lista del control Combo Box.
- seleccionar un elemento en un control Combo Box.
| EmulateConfirm | Emulates the next call to Confirm and automatically clicks the button passed as parameter. | EmulateDialog | Emulates the next call to Dialog and automatically clicks the button passed as parameter. | EmulateDnD | Emula la acción de "arrastrar y soltar" en las pruebas automatizadas. | EmulateError | Emulates the next call to Error and automatically clicks the "OK" button. | EmulateInfo | Emulates the next call to Info and automatically clicks the "OK" button. | EmulateInput | Performs an input by emulation in a control while checking whether this control is an editable control. | EmulateMenu | Emulates the next menu that will be opened and automatically runs the menu option passed as parameter. | EmulateMouse | Simulates a mouse event (left click, right click, double click, ...). | EmulateOKCancel | Emulates the next call to OKCancel and automatically clicks the button passed as parameter. | EmulatePane | Emula la selección de un panel en un control Pestaña, Cinta de opciones o Barra lateral. | EmulatePaneDock | Emula la integración de un panel desacoplado en el control Pestaña dinámica asociado. | EmulatePaneUndock | Emula el desacoplamiento de un panel en un control Pestaña dinámica. | EmulateRadioButton | Emula la selección de una opción en un Contol Botón de opción. | EmulateSimulator | Emulates the window of the mobile (Android/iOS) simulator. | EmulateSpeed | Define la velocidad de ejecución de las funciones de emulación. | EmulateWarning | Emulates the next call to Warning and automatically clicks the "OK" button. | EmulateWindow | Indica la prueba que se ejecutará durante la próxima apertura de la ventana. | EmulateYesNo | Emulates the next call to YesNo and automatically clicks the button specified as parameter. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|