ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Test / WEBDEV test
  • Overview
  • How to?
  • Running the test of current static page
  • Stopping the page test
  • Notes
  • Test browser
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The test of a single page runs the current page in WEBDEV.
This allows you to test your project from a given page, or to check if a page runs properly once its development is completed.
How to?

Running the test of current static page

To test the current static page from the editor, click in the quick access buttons (or press F9). The editor is automatically minimized and the page is displayed in the default browser.
Tip: To select the browser used for page testing, use the page test icon. The arrow on the right expands a menu to choose the browser to be used for the test.
You can also select the default browser in the WEBDEV options.
When a static page test is started, the following events are executed:
  • "Loading" the current page (browser code).
  • "Entry in the control" of the first control of the current page (if this control has an associated event "Entry in the control") (browser code).
During the test, all the page features can be run. You will be able to open other pages, for example. Note: It is possible to restart the last test performed (page, query, report, etc.) from any element of the project, using the "GO . Relaunch last test" option in the quick access buttons..

Stopping the page test

There are multiple methods to stop the test:
  • Method 1: Close the site under test. WEBDEV displays the editor open when the test was started.
  • Method 2: Go back to the editor with the taskbar (or press Alt + Tab) and confirm the end of the test. WEBDEV displays the editor open when the test was started.
Notes

Test browser

To select the test browser, on the "Project" tab, in the "Test mode" group, expand "Test mode" and select "Test browser".
The default browser is defined in the WEBDEV options:
  1. On the "Home" tab, in the "Environment" group, expand "Options" and select "WEBDEV general options".
  2. In the window that appears, select the "Web" tab.
For more details, see WEBDEV options.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help