ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Emulation functions
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
Indicates the test that will be run during the next window opening.
Example
// Open the window named "WIN_MainWindow"
// Run "Scenario1"
EmulateWindow(WIN_MainWindow, "Scenario1")
Syntax
EmulateWindow(<Window name> , <Test Name>)
<Window name>: Character string
Name of the window for which <Test Name> will be run during the next opening.
<Test Name>: Character string
Name of the test to run during the next opening of <Window Name>.
Component: wd290testexe.dll
Minimum version required
  • Version 11
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help