ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Test
  • Overview
  • Test mode settings: Command line
  • Command line
  • Test mode settings: Advanced options
  • Vaults
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The test of the entire project simulates how the site or the application is started (e.g. via the executable for a WINDEV application). This makes it possible to test the entire site or application, even if its development is not complete yet. When a problem occurs during the execution of the project, you can start the debugger to identify and fix the problem.
You can set the various test mode options: in the "Project" pane, in the "Test mode" group, pull down "Test mode" and select "Test mode settings" (Ctrl + Shift + F9).
Different parameters are used to:
Note: The test of a project can be run regardless of the current element in the editor.
Test mode settings: Command line

Command line

To test a project using a command line, simply specify this command line in the test mode settings window.
  1. Display the test mode settings window: under the "Project" pane, in the "Test mode" group, pull down "Test mode" and select "Test mode settings" (Ctrl + Shift + F9).
  2. Type the command line.
    • The custom command line corresponds to custom parameters used to run the project test.
    • The common command line corresponds to common parameters used to run the project test. These parameters are saved in the project and they are taken into account when the project is shared via the SCM.
    The command line used during the test is displayed (concatenation of common and custom command lines).
The different elements of the command line will be passed as parameters to the current program.
Reminder: these parameters can be programmed using the CommandLine function.
Test mode settings: Advanced options
New in version 2025

Vaults

WINDEV allows the use of secret string vaults. It is possible to select the type of secret strings used in tests:
  • Test content.
  • Secret content.
For more details on vault management, see Secret string vault.
Note This option is available from version 2025 Update 1 onwards.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/01/2025

Send a report | Local help