Recording an exploratory testing session inside an IFrame application

In order to enable the recording for iframe applications, perform the steps provided below:

  1. Close all the on-going instances of Chrome browser

  2. Execute the below command from its installation directory to restart the Chrome browser

    For MAC: "Chrome --disable-web-security --user-data-dir="your dir".
    For Windows: “chrome.exe --disable-web-security --user-data-dir=”your dir””. Below is the screenshot for the windows machine:

    The above command will open a new Chrome instance with web security feature as disabled and without QMetry Exploratory Testing Chrome extension.


    3. Reinstall the Exploratory Testing extension in the newly opened chrome instance. Refer to the help guide for more details of the installation of exploratory chrome extension.

 

Kindly note that if the same-origin policy of the chrome browser is “on” for the application then it will not allow the exploratory testing extension to record the events inside the iframe.