Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • How to validate the websocket request response

    We were trying to evaluate Neoload for our application which also uses websockets. Neoload Free Edition v 7.0.2 I have create a websocket channel and a request and when I...
    Amalraj T.
    Amalraj T.

    Amalraj T.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The Websocket request are asynchronous request. That means that in NeoLoad we do not expect a response in that request instead you should see a WebSocket channel entry in your...
  • Agent version different?

    Hi, I am unable to check a virtual user path as it fails with an error message "Load generator:7100" and one more aspect to note is that the agent version cannot be upgraded as...
    Harısh N.
    Harısh N.

    Harısh N.

    Level
    1
    289 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    From the logs we can see that the agent is able to start but then the controller got an error when connecting locally to that agent. So it seems that you have some securty...
  • Neoload 6.6 > Request parameter is encoded automatically by Neoload ?

    Hi, I encountred a problem when I validate a recorded script. In fact, in the record phase, I have this request parameter : {%22type%22%20:%20%22...%22tsp%22...
    Sofiane B.
    Sofiane B.

    Sofiane B.

    Level
    1
    101 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Some characters are unsafe in the value and NeoLoad has to encode them whatever the option checked or not. The NeoLoad HTTP client does it by default. The issue here is some of...
  • Why is response part of content missing during replay?

    After replay the response is: {"success":true,"code":200,"message":"Liste des fiches terrains","fieldNameError":null,"fichesTerrains":[]} During capture the response is in...
    Olivier E.
    Olivier E.

    Olivier E.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Is it really the  recorded response that you provided as i can see some values like "${users.Ref_mission}" which seems to be a NeoLoad variable?  Also i do not see that...
  • Agent version different?

    Hi, I am unable to check a virtual user path as it fails with an error message "Load generator:7100" and one more aspect to note is that the agent version cannot be upgraded as...
    Harısh N.
    Harısh N.

    Harısh N.

    Level
    1
    289 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    This message is due to the fact that the agent is with the red status. Before running the checkvu do you already have the red color for the localhost agent? If yes then the...
  • how to do i record apis in neoload through postman

    i have 12 apis and have to test with a load of 10000 users in neoload i am just adding each api individually it is taking more time bcoz i ahve to add parameters of api for...
    Dileep C.
    Dileep C.

    Dileep C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In postman you can define an HTTP proxy. If you define the NeoLoad proxy "<NeoLoad_IP_machine>:8090" and start the NeoLoad recording without starting the browser then you will...
  • The Specified URL Cannot be found error is coming during validation

    While validating the User path, I am getting 'The Specified URL cannot be found'. Application is working fine manually and all dynamic parameters are also handled.
    Ankur S.
    Ankur S.

    Ankur S.

    Level
    1
    218 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The page you have selected has an HTTP 302 status code which is a redirection. The HTML rendering might be normal. Instead you should compare the response that you get during...
  • Neoload wont open Chrome browser

    Hi, When I open Neoload and start a recording. the Recording tab appears but my chrome browser does not appear. Once I end the recording because I cant do anything and re...
    jonathan S.
    jonathan S.

    jonathan S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You may have to remove the other JAVA version from the PATH variable. It seems that having NeoLoad JRE first in the PATH is not enough.
  • HTTPS application recording issues - IBM Http server Cognos 8.4.1

    Hi, I am getting error while recording https application. I am using Neoload 7.0 for recording. The application uses below SSL: TLS 1.2 TLS_RSA_WITH_3DES_EDE_CBC_SHA...
    Veera M.
    Veera M.

    Veera M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    That cipher "TLS_RSA_WITH_3DES_EDE_CBC_SHA" with 112bits key is weak and disabled by default in NeoLoad. You can try to add it back but i'm not sure if the NeoLoad JRE will...
  • CurrentDate variable does not update at runtime

    version 6.10.0 NeoLoad CurrentDate variable doesn't get updated during runtime. I have tried Local and Global and each change policy but each run inserts the datetime when the...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I can't reproduce that issue in NeoLoad 6.10. Could you provide more information about your use case like when/where and how often the variable is called?