Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • usertest validation option

    To validated that all the testusers (1000) are working. Only testing all users can log on and check some basically actions and finally logout. The desired output of this test is...
    Edwin R.
    Edwin R.

    Edwin R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you would like to log such login information you can use a NeoLoad Javasript to do so. You should check the NeoLoad documentation here
  • Why no items in init, action, and end folders after recording?

    Started virtual user with init folder. Correct browser (Chrome) generated with www.neoload screen, input "login", click on links to login, changed to Action folder, input...
    Cheryl W.
    Cheryl W.

    Cheryl W.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If NeoLoad did not record anything then i guess the browser was not automatically configured to go through the NeoLoad proxy. You should check after starting the recording that...
  • Web page loading response time

    When using NeoLoad to record and playback a web session against a web application, what is the meaning of the response time reported by NeoLoad? During the playback, do the...
    Sellers S.
    Sellers S.

    Sellers S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad is able to load test your application server and report about the response time of your requests/pages/containers. These response time are the server response time. In...
  • Why do i only see empty_request when i record my Oracle Forms application?

    I made all the necessary changes on my Oracle forms to record the transactions. I copied the frmall.jar in the NeoLoad installation folder. And i'm able to record the Oracle...
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In order to record Oracle Forms application with NeoLoad, the Oracle server has to be configured in Servlet mode (ie HTTP mode), the frmall.jar file has to be copied into the...
  • File download

    Scenario: Launch application--->Login--->Click on Document-->Download the Document. From above scenario, How can I download a file & also save it in the local machine in...
    Nrusingh P.
    Nrusingh P.

    Nrusingh P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you download a file from a server, it does not make any difference for the server if you save the file locally or not on your machine. So during a load testing, NeoLoad...
  • 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 can i use a virtual user with different URLs?

    Details in the attachment
    Elisabet B.
    Elisabet B.

    Elisabet B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    As you may know, the Oracle forms protocol is based on graphical components. So even if the applications are the same, you have to make sure that you will have the exact same...
  • How do I retrieve machine name using Javascript or other way in Neoload

    In my script I need to send machine and username in request header, I couldn't find a way to retrieve machine name in neo load, I was able to use context.CurrentLG.name, and it...
    Ramchander D.
    Ramchander D.

    Ramchander D.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The "context.CurrentLG.name" method is the right method to use. But this will return the name or IP that was used when you discovered your load generator. So if you would like...
  • 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
    You should be able to execute that JS code in NeoLoad. Download the two JS's to encrypt and encode your message and create them as JS library in NeoLoad from menu "Edit-->JS...
  • GWT serialization exception happens while loading the required libraries?

    While loading the required libraries getting the below exception: com.google.gwt.user.client.rpc.SerializationException: Cannot deserialize field:
    Rajeshkanna R.
    Rajeshkanna R.

    Rajeshkanna R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    This exception is specific to your environment but since you did not provide the full stack trace it's difficult to provide any feedback. One thing,  you should  check if you...