Indicates the test that will be run during the next window opening.
// 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: wd280testexe.dll