This functionality is supported only if you are using the Open Agent.
By default,
Silk Test Classic uses the dynamic base state for xBrowser projects. When you configure the application, the base state is generated to the
frame.inc file.
- The
wDynamicMainWindow variable in the first line of the
frame.inc file tells
Silk Test Classic to use the dynamic base state rather than the classic base state.
- The
WebBrowser window declaration contains the necessary information to launch the browser and navigate to the Web application that you
want to test.
- If you do not want to close all other tabs during base state execution, change
bCloseOtherTabs to false.