|
|
|
|
|
|
|
The test of a dynamic project can be run... |
|
|
|
|
|
|
WINDEV and WINDEV Mobile feature multiple methods to test applications... |
|
|
|
|
|
|
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever... |
|
|
|
|
|
|
The stress tests are used to check... |
|
|
|
|
|
|
The test of the entire project allows simulating the startup of the site... |
|
|
|
|
|
|
Resizes an external file. |
|
|
|
|
|
|
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 is used to run different tests on a WEBDEV site... |
|
|
|
|
|
|
Running the test from the WEBDEV administrator (WDAdmin) is used to check ... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The test of a single page runs the current page in WEBDEV... |
|
|
|
|
|
|
WEBDEV includes multiple methods for testing your sites... |
|
|
|
|
|
|
The test of the entire project allows you to simulate the start of the application... |
|
|
|
|
|
|
Tests the validity of a French tax number. |
|
|
|
|
|
|
Tests the validity of a tax number in Italy. |
|
|
|
|
|
|
It is increasingly common for developers to test websites on mobile devices...... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Tests the validity of a string in UTF8 format. |
|
|
|
|
|
|
The test of the entire project allows simulating the startup of the site...... |
|
|
|
|
|
|
Indicates the test that will be run during the next window opening. |
|
|
|
|
|
|
STOP is used to call the WLanguage debugger during a test in the editor... |
|
|
|
|
|
|
Used to find out whether an automatic test is currently run or not. |
|
|
|
|
|
|
By testing the project you can simulate how the application will run when launched by the user...... |
|
|
|
|
|
|
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Checks whether the expressions are equal in assertive programming and in automated test mode. |
|
|
|
|
|
|
Writes a result into the status report of a test according to the result of a boolean expression. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|