ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Testing an iOS application on a mobile device
When developing an application for iOS (iPhone or iPad), WINDEV Mobile allows you to test the application being developed without having to recompile it on Mac, but directly on the iPhone or iPad......
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Manager of automated tests
The test manager is used to......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
12. Available tests
Installing the monitoring robot
The monitoring robot includes three executables......
Installing the robot controller
The monitoring robot includes three executables......
Installing the monitor
The monitoring robot includes three executables......
Applet control properties
List of properties associated with the Applet control...
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......
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
5. Site test in practice
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
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......
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......
15. Unit tests on the executable