ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manager of automated tests
The test manager is used to......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
15. Unit tests on the executable
9. Monitor your sites, servers, etc.
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.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....