|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Determines if there is a unit test in progress. |
|
|
|
|
|
|
|
| The test of the entire project allows you to simulate the start of the application... |
|
|
|
|
|
|
|
| It is increasingly common for developers to test websites on mobile devices...... |
|
|
|
|
|
|
|
| The test of a single page allows you to run the current page in WEBDEV...... |
|
|
|
|
|
|
|
| Tests the validity of a tax number in Italy. |
|
|
|
|
|
|
|
| Tests the validity of a French tax number. |
|
|
|
|
|
|
|
| Tests the validity of a tax number in Switzerland. |
|
|
|
|
|
|
|
| Tests the validity of a tax number in Brazil. |
|
|
|
|
|
|
|
| Tests the validity of a tax number in Belgium. |
|
|
|
|
|
|
|
| Tests the validity of a US tax number. |
|
|
|
|
|
|
|
| Tests the validity of a Canadian tax number. |
|
|
|
|
|
|
|
| Tests the validity of a tax number in Spain. |
|
|
|
|
|
|
|
| Tests the validity of a tax number in Germany. |
|
|
|
|
|
|
|
| WDTestSite is used to run different tests on a WEBDEV site...... |
|
|
|
|
|
|
|
| Tests the validity of a string in UTF8 format. |
|
|
|
|
|
|
|
| The test of the entire project allows simulating the startup of the site...... |
|
|
|
|
|
|
|
| By testing the project you can simulate how the application will run when launched by the user...... |
|
|
|
|
|
|
|
| STOP is used to call the WLanguage debugger during a test in the editor... |
|
|
|
|
|
|
|
| Indicates the test that will be run during the next window opening. |
|
|
|
|
|
|
|
| Used to find out whether an automatic test is currently run or not. |
|
|
|
|
|
|
|
| Starts recording a test scenario (also called reproduction scenario). |
|
|
|
|
|
|
|
| The TestMode property determines if the Ad control displays a test ad. |
|
|
|
|
|
|
|
| Emulates a "Drag & Drop" gesture in automated tests. |
|
|
|
|
|
|
|
| The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV. |
|
|
|
|
|
|
|
| Writes a result into the status report of a test according to the result of a boolean expression. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|