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 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)...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Testing a static page
The test of a single page runs the current page in WEBDEV...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
France.checkTaxNumber (Function)
Tests the validity of a French tax number.
Italy.checkTaxNumber (Function)
Tests the validity of a tax number in Italy.
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Switzerland.checkTaxNumber (Function)
Tests the validity of a tax number in Switzerland.
Brazil.checkTaxNumber (Function)
Tests the validity of a tax number in Brazil.
Belgium.checkTaxNumber (Function)
Tests the validity of a tax number in Belgium.
U.S.VerifyTaxNumber (Function)
Tests the validity of a US tax number.
Canada.checkTaxNumber (Function)
Tests the validity of a Canadian tax number.
Spain.checkTaxNumber (Function)
Tests the validity of a tax number in Spain.
Germany.checkTaxNumber (Function)
Tests the validity of a tax number in Germany.
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
EmulateWindow (Function)
Indicates the test that will be run during the next window opening.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
1
2
3
4
5
6
27
>