ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: Test
17 results
Automated tests
7 documents
Breakpoints
When testing an application in the editor, breakpoints make it possible to automatically launch the debugger from a given line of code...
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site...
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application...
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server...
Debugging without using a debugger
In some cases, running a program or a site with or without the debugger can produce different results...
Hot Reload: See changes in real time
Starting with version 2026, a hot reload functionality is available...
Runtime log
The runtime log is the best way to identify the most used features of an application...
Test mode settings
By testing the project you can simulate how the application will run...
Test of a query
The query editor allows you to run the test of query result...
Test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile...
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications...
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...
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile...
WEBDEV test
10 documents