ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Test / Automated tests
  • Overview
  • List of available tests
  • Run an automatic test
  • Remarks
  • Displaying results of tests
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
When an automated test is created, this test is in "construction" by default.
Several operations can be performed on an automated test from the test manager:
  • Change its status (make a test available for example).
  • View the status report of test.
  • Modify the test code.
  • Modify the test description.
You can also:
Remark: Use in Windows Vista and later: To record and replay the automatic unit tests, the UAC mechanism must be disabled.
List of available tests
The list of existing automated tests can be viewed in the "Tests" folder of the "Project explorer" pane.
The different scenarios are grouped according to the element whose test is run (or according to the element that started the automated test). For example, "TEST_WIN_addressinput" groups all the test scenarios run from the "WIN_addressinput" window.
Run an automatic test
Several methods can be used to run the tests, from the product used or from the test manager.
To run all tests of current window in the editor:
  1. Make sure the desired window is open in the window editor.
  2. On the "Automated tests" tab, in the "Tests" group, click "See associated tests".
  3. In the test manager, position on the test name and select "Start all the tests in the list" in the context menu.
To run a test from the test manager, simply select the desired test and select "Run" in the popup menu.
To run all the tests displayed in the test manager, all you have to do is select "Run all the tests found in the list" in the context menu of test manager.
To run all the project tests, go to the "Automated tests" tab, "Tests" group, expand "Run all" and select "Run all project tests".

Remarks

  • To enable the dynamic audit during the automated tests, go to the "Automated tests" tab, "Tests" group, expand "Run all" and select "Enable dynamic audit during automated tests". The dynamic audit will be automatically run during the automated tests and the report window for the dynamic audit will be displayed at the end of the test execution.
  • The dashboard of the project allows you to quickly find out the number of tests in construction, validated, passed, ...
  • The tests can be run at slow speed to see the actions performed for example: on the "Automated tests" tab, in the "Tests" group, expand "Run all" and select "Run automated tests in slow mode".
Displaying results of tests
To view the result of the automated tests on a project, go to the "Automated tests" tab, "Tests" group and click "View results". The result of tests is displayed in the "Results of tests" pane.
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2022

Send a report | Local help