ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
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......
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
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.
<Pivot table>.SelectCount (Function)
Returns the number of selected cells in a Pivot Table control.
Italy.checkTaxNumber (Function)
Tests the validity of a tax number in Italy.
Switzerland.checkTaxNumber (Function)
Tests the validity of a tax number in Switzerland.
Brazil.checkTaxNumber (Function)
Tests the validity of a tax number in Brazil.
France.checkTaxNumber (Function)
Tests the validity of a French tax number.
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.
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......