ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / Monitoring robot / Types of checks
  • Overview
  • Parameters specific to the WLanguage test
  • WLanguage code
  • Remarks
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
Check: Test of a WLanguage code
Overview
The monitoring robot is used to compile and run the WLanguage code entered.
The check will be:
  • successful if the WLanguage code was compiled and if it returns True.
  • unsuccessful otherwise.
Parameters specific to the WLanguage test

WLanguage code

Enter the WLanguage code used to run the requested test. This code is automatically compiled and the compilation errors (if they exist) are displayed in the bottom section of the screen.

Remarks

  • The WLanguage code typed must necessarily return True at run time to be considered as being valid.
  • A specific status report can be specified via the [[STATUSREPORT]] variable. This status report will be included in the error report.
  • The "Test" button is used to directly check the WLanguage code. If the [[STATUSREPORT]] variable was used, its content is displayed during the test.
  • The monitoring robot supports the Unicode strings at runtime. Therefore, all the strings declared in the WLanguage code are Unicode strings by default. When a check must exchange data with another process (via sockets, exchange files, ...), it may be necessary to declare the strings in ANSI if the other process is compiled to support strings in ANSI format. In this case, you must specify that the string is an ANSI string (declaration such as: MyString is Ansi string).
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help