|
|
|
|
|
- Overview
- Test mode settings: Command line
- Command line
- Test mode settings: Advanced options
- Vaults
- Runtime directory
- Vista manifest
- Other user account
- Debug options
Testing a project: settings
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. - 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).
- 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 2025Vaults 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.
Note This option is available from version 2025 Update 1 onwards.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|