ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever...
Running the test of the User Groupware and installing it
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications...
Test of a query
The query editor allows you to run the test of query result...
Test a static project
The test of the entire project allows simulating the startup of the site...
Test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile...
InTestMode (Function)
Indicates whether the application or the site is started:
  • from the WINDEV or WEBDEV editor,
  • from the executable or browser.
  • from the WEBDEV administrator.
InAutomaticTestMode (Function)
Allows you to find out whether an automated test is currently run or not.
Testing a static page
The test of a single page runs the current page in WEBDEV...
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system...
Testing a project: settings
By testing the project you can simulate how the application will run...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile...
InWindowsMobileMode (Function)
Indicates whether the code is run:
  • from a Windows Mobile application.
  • from a WINDEV application, from a WEBDEV website or from a PHP application.
Function kept for backward compatibility.
Page with parameters
Creating and testing a query with parameters
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.
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)...
WDTestSite: Presentation
WDTestSite is used to run different tests on a WEBDEV website...
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
User Groupware: Executable creation and installation
The executable of an application that supports the User Groupware is a multi-instance executable.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable...
Window with parameters
A window can:
  • Receive parameters when it is opened.
  • Return values when it is closed.
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV website. Some additional operations must be performed ...