ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications...
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
Running the test of the User Groupware and installing it
The stress tests are used to check...
Testing a static project
The test of the entire project allows simulating the startup of the site...
Page with parameters
Resizes an external file.
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)...
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query.
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site...
Testing a static page
The test of a single page runs the current page in WEBDEV...
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV websites)...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
9. Monitor your sites, servers, etc.
dbgCheckDifferent (Function)
... test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckDifferent (Function)
... test mode.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger...
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile...
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward...
4. When to use the debugger?
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
1. What is the WEBDEV administrator used for
Locking data files: correspondence between WINDEV 5.5 and the later versions
2. WEBDEV administrator in practice
4. Monitor your applications
1
2
3
4
5
6
27
>