ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 4 - Advanced concepts
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
12. Available tests
Previous pageTable of contentsNext page
WINDEV includes multiple methods to test applications. The table below presents the different modes available.
Type of testDescription
Test of the entire project Runs the application like the executable file would. Tests the entire application, even if it is not fully developed.
When a problem occurs during the execution of the project, you can start the debugger to identify and fix the problem.
Remark: If the number "64" appears on the "Go" icon, it means that the test will be run in 64-bit mode in a 32-bit editor.
Test of the current element Tests an element once it has been developed. You can start the debugger when a problem occurs in reports and windows.
Remark: If the number "64" appears on the "Go" icon, it means that the test will be run in 64-bit mode in a 32-bit editor.
Test of a project step by step (via the debugger)Allows you to start the debugger when the application is run. This solution is used to monitor the operating mode of the application via the debugger.
You can also debug a specific executable file, a running executable or an executable file running on another computer.
Unit testTests windows, procedures and classes in an application at different stages of development.
The test scenarios are automatically generated in WLanguage from the application test or from the element test. The scenarios can be directly modified in the code editor.
Regression testUsed to make sure that an element did not cause any regressions between different versions of an application. To do so, select (or create) the test scenario that will be run.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/06/2022

Send a report | Local help