ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Test / WEBDEV test
  • Overview
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
WEBDEV offers several methods for testing your sites:
  • Test of the entire project:
    The test of the entire project allows simulating the startup of the site. This makes it possible to test the entire site, even if its development is not complete yet.
    For more details, see:
  • Stress test:
    The WDTestSite tool is used to run stress tests for a dynamic site. WDTestSite allows you to establish several simultaneous connections to a dynamic WEBDEV site.
    For more details, see: WDTestSite.
  • Test of a single page:
    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.
    For more details, see:
  • Test of a single query:
    Testing a single query allows you to run the current query in WEBDEV. This allows you to check the operating mode of a query once it has been developed.
  • Test of a single report:
    Testing a single report allows you to run the current report in WEBDEV. This allows you to test a report once it has been developed. The debugger can be started as soon as a problem occurs.
  • Testing the project step by step:
    Testing the project step by step allows you to start the debugger when launching the site. This solution allows you to monitor how the server codes of the site are run.
  • Test and debug of a site found on an application server:
    You can test and debug a remote site present on any application server. Therefore, the site is directly debugged on the live server.
  • Attach to a session currently run on an application server:
    You can debug a session currently run on a remote site.
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help