Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • NeoLoad : Migration Error ?

    While migrating the project which is created on previous version of NeoLoad and now while opening with current 5.1.3 version following error occurred : com.neotys.nl...
    Abhay S.
    Abhay S.

    Abhay S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Could it be a permission issue on the project files? could you check that? Do you have a manual backup of your project?
  • How to identify dynamic parameters to pass

    Hi Nouredine thank you so much for your reply for my previous Question how to identified dynamic parameters in the https applications to passing dynamically, is there any...
    UPENDAR P.
    UPENDAR P.

    UPENDAR P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You're right usually 100% difference is not good but the best is to use the compare button in order to compare the recorded response with the one from the user validation...
  • How do I secure/ encrypt test user passwords?

    I have a .csv with a list of test users and passwords, I am extracting this into a variable but ideally I want to be able to encrypt the password information to prevent people...
    Stefan O.
    Stefan O.

    Stefan O.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can't encrypt the data displayed in NeoLoad related to your passwords. If it's visible in the request/response it's because the application is sending them as is. Even if...
  • Webscoket channel error in neoload at runtime

    Error Code: NL-WEBSOCKET-CHANNEL-ENGINE Message: Error occured while executing WebSocket channel. Details: java.net.SocketTimeoutException: Timeout on Read at org.eclipse.jetty...
    raj N.
    raj N.

    raj N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The best would be to run a test with 2 concurrent users for sufficient amount of time in order to see if your scripts can run without errors.
  • Correlation - I can't seem to locate the Dynamic Variable?

    My script logins in Gmail and sends a mail. When I run the recording (Check Virtual User), the action is not executed yet the script passes. I am trying to locate the Dynamic...
    Sibusiso M.
    Sibusiso M.

    Sibusiso M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Some of dynamic parameters may have been generated through Javascript. You should look at the recorded JS resources if you find anything related to that SessionID. Be aware...
  • how do i rename a container?

    really simple, I have created a container under a virtual user which by default is called container. I want to record into the new container (as the previous steps are shared...
    Stefan O.
    Stefan O.

    Stefan O.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not sure to understand your query. You can simply rename a container name in the design section. Am i missing anything?
  • General statistics in Neoload Report

    HI, What does general statistics and Virtual Users content in neoload report represent. Please find attached the image for the same
    Divya K.
    Divya K.

    Divya K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The statistics for your 50 users tests is an average for all your 50 users. It may be useful when you compare same tests with different server settings.
  • Time taken in each node.

    Hi , Is there any method or provision in Neoload through which we can find time spent in each node of machine as in "Time in network", "Time in CPU", "Time in Disk IO" and so on
    Divya K.
    Divya K.

    Divya K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You may have to use a third tool to get such statistics.
  • Neoload capturing unwanted server requests while recording https application

    currently i am working on https applications,initially i got certificate issue and i have installed Do NOT TRUST certificate for the same issue and rectified but after that...
    UPENDAR P.
    UPENDAR P.

    UPENDAR P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you enter your URL application, NeoLoad will record that URL and all the requests sent by your application to other servers. If you do not want to record them you can add...
  • extractor in regular expression

    can I use the extractor in regular expression
    Omar S.
    Omar S.

    Omar S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can use variable inside your regular expression as soon as your variable exists when it has to be used. But be careful the extractor panel will not evaluate your variable...