ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
Manager of automated tests
The test manager is used to......
16. Application test in practice
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
EmulateSpeed (Function)
Defines the runtime speed for the emulating functions.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Software Factory
The concept of software factory is used to automate the process for creating applications....
Automatic error handling
Error handling can be customized for each process......