Nrusingh P.

A Performance Tester@TCS

  • 26 questions asked
  • 3 answers
  • 0 best answers (0%)
  • can I ignore HTTP/1.1 304 Not Modified message???

    While replaying a script for multiple times, i am getting "HTTP/1.1 304 Not Modified" message from 2nd iteration onwards.
    Nrusingh P.
    Nrusingh P.

    Nrusingh P.

    Level
    0
    77 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The first time a user connect to a web site, the browser will download all the HTML resources of the pages like images, javascripts, css etc... The next time if those resources...
  • How to use Java Script in Neoload

    How to use the java script in neoload
    Nrusingh P.
    Nrusingh P.

    Nrusingh P.

    Level
    0
    77 / 100
    points
    Ramchander D.
    Ramchander D.

    Ramchander D.

    Level
    0
    24 / 100
    points
    Add javascript action to virtual script and add your code. For example, I added following code to retrieve load generator hostname, which worked for me: if (context.currentLG...
  • How to use CryptoJS HMAC SHA256 in neoload

    Service Client: The request URL is signed with token as private key using CryptoJS.HmacSHA256 and the signature is then encoded to Base64 string. The encoded signature is...
    Nrusingh P.
    Nrusingh P.

    Nrusingh P.

    Level
    0
    77 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    @Chirapapan. You're right but it was not meant to use the same exact JS. You need to adapt it using logger and getValue method from NeoLoad Javascript. The rest is almost the...
  • How to record a windows installed application in neoload??

    Actually I want to record an application which is installed in my local machnine( example:iTunes). So I need to record this application through the Neoload.
    Nrusingh P.
    Nrusingh P.

    Nrusingh P.

    Level
    0
    77 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    One more thing to add is that if the stand-alone application is a JAVA application, you can possibly configure the proxy in the Java control panel (Windows > Control Panel >...