Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

We did set, for this example, to use an IE 11 browser in the Personal Settings and also set the number of loops to 4.

You’ll After the replay, the Analyse Record/Replay tab allows you to compare the recorded and replayed request/response data.

👀 Do you also see two additional cookies set for the IE browser.? Hint: they are in the HTTP Response Replay panel lines 13 & 14

...

  • Character Encoding: Defines which character set is used to search strings within the received content and for data which are read from input files. Usually, you can use the default option UTF-8.
    However, if you execute some tests which contain ISO characters, it is recommended that you use the character set ISO-8859-1 to avoid problems with special characters.

  • Strip Referer Header Field: The HTTP referer header field is not commonly used by web applications, and also often dropped by (local) internet security tools. Enabling this option reduces the data transfer and makes the load test program smaller.

  • Strip Accept Header Field to */*: The HTTP Accept header field is not commonly used by web applications, but contains a long text string. Setting the accept header field to */* reduces the data transfer and makes the load test program smaller.

  • Additional Options: Several additional options for executing the replay can be combined by adding a blank char between each of the options 

  • User-Agent Options/Browser Emulation (User Agents and Caching)

  • Browser Cache Options: This option emulates the cache setting of a real browser.

...