...
- Firefox 47.0.2 and earlier
- Google Chrome
- Internet Explorer 11
- Microsoft Edge Windows Anniversary Edition (version 38.14393)+ (see Microsoft Edge Notes for additional information)
- Chromium-based Edge browser version 79+ (see Microsoft Edge Notes for additional information)
You can also perform mobile interface testing through a desktop browser as described in Mobile Interface Testing.
Firefox Notes
- Playing back inputs that allow you to browse to a file to upload it is not supported in Firefox 3 and later.
- If Firefox is in the middle of an automatic update (i.e., the update was downloaded but not yet installed), web scenarios may not play back correctly. Virtualize will launch Firefox and Firefox will open a dialog to check add-on compatibility, which causes playback to fail. If this occurs, launch Firefox outside of Virtualize to complete the update installation. Once the update is completed, web scenarios can be played back as usual.
...
Before using Internet Explorer, see Configuring Internet Explorer Settings 1.
With Internet Explorer 9 or 10, we recommend using addEventListener() when registering event listeners. However, if you are using attachEvent(), which is an IE-specific event model, you will need to manually update HTMLUtil.js file located in the <INSTALL>\plugins\com.parasoft.ptest.libs.web_<VERSION>\root\browsers\ie\ directory as follows to force Virtualize to emulate JavaScript events using the IE-specific model:
SOAtest
"ext.HTMLUtil.preferLegacyEventModel = false;"
to"ext.HTMLUtil.preferLegacyEventModel = true;"
Virtualize
"_wk_HTMLUtil.preferLegacyEventModel = false;"
to"_wk_HTMLUtil.preferLegacyEventModel = true;"
The first time that Internet Explorer 9 is launched, it will open a warning dialog that states "The Recorder Registrar is now ready to use." You need to click Enable to ensure that your web scenarios record and play back correctly. For best results, you should close and re-open the browser after clicking Enable.
- File inputs inside modal dialogs are not supported.
- Record and playback on file inputs (inputs that allow you to browse to a file to upload it) is not supported in Internet Explorer 8 and later.
...