ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InUnitTestMode (Function)
Determines if there is a unit test in progress.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Italy.checkTaxNumber (Function)
Tests the validity of a tax number in Italy.
France.checkTaxNumber (Function)
Tests the validity of a French tax number.
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.
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
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......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
EmulateWindow (Function)
Indicates the test that will be run during the next window opening.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
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
>