|
IFrame: Web Test Studio supports testing of IFrames which are "Inline Frame " which can be placed any where in a web page and which in turn can contain another web page.
Dialogs: Dialogs can be Modal or Modeless.
A Modal dialog does not allow you to carry on operations with other open windows when it is open/active. You need to close it and only then can continue working with other windows.
A Modeless dialog allows you to carry on operations with other open windows even when it is open/active.
Testing of web pages containing <iframe> has been illustrated in the scripts named "test-Iframes1" and "test-Iframes2"in the sample Payroll application.
Testing of Modal Dialog has been illustrated in the script named "test-modal-dialog".
Testing of Modeless Dialog has been illustrated in the script named "test-modeless-dialog".
|