ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing the robot controller
The monitoring robot includes three executables......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
<Chart>.Interval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
ScrollbarPosition (Function)
Used to manage the position of elevators: Modifies or recovers the position of one of the scrollbars (horizontal or vertical) of a field in a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV website....
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
15. Unit tests on the executable
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
1
2
3
4
5
6
313
>