ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Test functions
13 results
List of automated tests: Test-specific functions
List of constants used by the functions for managing automated tests.
Adds an iteration into the current test and gives the values of test parameters for this iteration.
Writes a result into the status report of a test according to the result of a boolean expression.
Checks whether the specified expressions are different in assertive programming and in automated test mode.
Checks whether the expressions are equal in assertive programming and in automated test mode.
Checks whether an expression is false in assertive programming and in automated test mode.
Checks whether an expression is not Null in assertive programming and in automated test mode.
Checks whether an expression is Null in assertive programming and in automated test mode.
Checks whether an expression is set to True in assertive programming and in automated test mode.
Provokes:
  • an assertion during the test of element or project (Go mode).
  • an error in automated test mode.
Provokes:
  • an assertion during the test of element or project (Go mode).
  • an error in automated test mode.
Writes information or an error into the status report of a unit test, in the test editor.