Thursday 3 May 2018

Run Time/Replay Settings - Load Runner - Part_3 - Chapter10



  • In Part2, we have covered, General -->Additional Attribute, Miscellaneous, Browser settings and Network. And Now, we will continue covering other run time settings.
    • Internet Protocol:
      • Content Check: If this is enabled, page validation concepts can be enabled.
      • Proxy: 
        • No Proxy: If selected, proxy would be disabled
        • Use default browser's proxy settings: If selected, our script will use same proxy configured in browser.
        • Use Custom Proxy: If selected, we can specify proxy url or proxy ip address so that the script will replay with proxy enabled.
        • Authentication: This is were we will pass-on our proxy authentication credentials with domain. example: office\yasir.
    • Preferences:
      • In this section ,we have different runtime settings, in which let me list out only useful/important settings.
      • Advanced : checkbox "Use wininet replay instead of socket", this option should be selected if the script is recorded with WINET recording options. The above option will helps to get successful replay many times. Particularly in web services scripts.
      • HTTP: HTTP requests, replay timeout settings can be configured here.
      • General: Step download timeout can be increased if received replay errors that exceeds step download timed out.
      • Authentication: Enable/disable below options helps us in successful replay.
        • Integrated authentication mode 
        • Use the native Windows NTML implementation
        • Override credentials in a Windows native NTML implementation
      • JavaScript: Enable javascript to capture response time of java script function time.
    • Download Filters:
      • This feature helps us in including/excluding requests/url's implicitly.
    • Data Format Extension:
      • Enabling this will helps is formatting complex data.
  • Stay tuned for more learnings. :-)

No comments:

Post a Comment

Correlation Using Load Runner - Part1 - Chapter13

Correlation General Description : Capturing Dynamic values from the preceding requests and substituting in the post request.  Exam...