Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

By default, the browser used for recording the web scenario is also the browser used for playback, but you can configure the scenario to use play back in a different browser or all available browsers. Test or run configurations (in SOAtest and Virtualize, respectively), also You can also create configurations that allow you to specify which browser browsers to use for playback "on the fly" so that your scenario plays back in the browser you recorded in by default, as well as play it back in a different browser (or all browsers) by simply running the appropriate configurationat runtime.

If you want to ensure that a scenario is played only in the browser with which it was recorded (e.g., because , you can configure the scenario to be played only in the specified browser. This is provides assurance when, for example, the web page structure is significantly different on other browsers and , requiring the scenario would need to be constructed differently on another browser), you can configure the scenario to be played only in the specified browserfor those browsers.

Modifying Browser Playback Settings

To modify the The scenario’s browser playback settings (the settings are used during playback unless another option is explicitly selected as described in Specifying the Browser at the Time of Playback below):

  1. Open the scenario’s configuration panel (double-click its node)Double-click on the scenario to open its configuration panel.
  2. Open the Browser Playback Options tab.
  3. At the top of the tab, specify the engine you want to use for web scenario playback. Selenium is required for Safari, Edge, and HTML 5 support.
  4. In the Default Browser Playback section, enable the browser(s) you want the scenario to use to play the scenario back.
  5. Enable one of the following options in the Browsers Supported section: 
    • Browsers specified here only: Enable this option to ensure that the scenario is only played in the specified browser. 
    • Any browser: Enable this option to allow the scenario to be played in additional browsers that may be specified in the test configuration, in addition to the browsers specified in the scenario. 

  6. By default, the browser GUI is enabled, but you can choose Custom from the drop-down menu and enable the Headless option. In Headless mode, the browser will not be visible while the scenario runs.  At the top of the tab, specify the browser you want the scenario played in.
  7. If you want to ensure that this scenario is never played in an alternate browser (e.g., because the web page structure is significantly different on other browsers and the scenario would need to be constructed differently on another browser), select Browsers specified here only.
  8. With Any browser selected, each web scenario could have a different browser playback setting, and each scenario could run in a different browser depending on its settings. This allows you to have your scenario played back in the browser you recorded in by default, as well as play it back in a different browser or all  browsers by simply running the appropriate test or run configuration.

Anchor
Specifying the Browser at the Time of Playback
Specifying the Browser at the Time of Playback
Specifying the Browser at the Time of Playback 

...