ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV administrator / WEBDEV Application Server administrator / 09. Appendix 4: Available modules
  • Overview
  • The various tests
  • Main principle of WDTestSite
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
WDTestSite is used to run several tests on a WEBDEV site.
The various tests
  • Stress test:
    The stress test consists in simulating the connection of several Web users to a dynamic WEBDEV site. Each one of these Web users runs a set of operations (scenario) simultaneously.
  • Regression test:
    The regression tests consist in checking the behavior of a WEBDEV site between two updates. The regression test consists in checking whether a scenario performed with an earlier site version still operates properly once the site was updated.
  • Test of a site in multi-user mode:
    The test of a site in multi-user mode is used to check whether concurrent accesses to the data files are managed properly. This test consists in simulating the simultaneous connection of several Web users to a WEBDEV site. Each one of these Web users runs a set of operations (scenario) simultaneously.
  • Comparison of different servers:
    WDTestSite is used to compare the speed of different servers. To do so, run the same scenario on different servers and compare the execution time of this scenario.
  • Optimization of the processes developed in WLanguage:
    WDTestSite is used to compare the execution time of a scenario before and after the WLanguage code was optimized.
Main principle of WDTestSite
WDTestSite is used to:
  • create a scenario for a WEBDEV site. This scenario contains a set of actions that must be performed on a WEBDEV site. This scenario should be created on the Web server where the WEBDEV site is deployed.
  • run the test of a scenario directly.
  • consecutively run several executions of the same scenario from the same computer or from different computers.
  • start the same scenario (simultaneous Web users) from the same computer or from different computers.
See the online help about WDTestSite for more details.
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help