Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Login with different users

    Hi.... I recorded a scenario, is just one user uploading a file. In the user and password I change it for it take it from a csv file. But... I try and try and try but it doesnt...
    Juan M.
    Juan M.

    Juan M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Looking at one of your screen shot, we can see that the VIEWSTATE and EVENTVALIDATION parameters values are still the recorded one. Those values are dynamics. That is to say...
  • Can we do load testing for native and hybrid app?

    We are a product based company called RNF Technologies, we have live streaming ( android+ios based) apps like Whatsup, Line, Hangouts etc. Our primary focus at the moment is...
    AYAZ H.
    AYAZ H.

    AYAZ H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad is able to load test web application. The recording of the transactions can be done using proxy mode or tunnel mode. Some native applications cannot be recorded using...
  • I'm getting a "NL-PLUGIN-ENGINE-03" error when running single scenario

    I recorded a scenario in a GWT application and when I run it for "virtual user validity" it gives me "NL-PLUGIN-ENGINE-03" errors. How can I fix this.
    Shamitha S.
    Shamitha S.

    Shamitha S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you record transactions of any web application, there are some parameters with values involved. Those values were used during the recording but most of the time they can't...
  • My script has recorded node information causing failures. How can I remedy this?

    1 request is similar to the following: JSESSIONID=71C708D7EA89AF3FDD3201F1C70432BA.node1; GUEST_LANGUAGE_ID=en_US; COOKIE_SUPPORT=true; ROUTEID=.portal1 The node and routeID...
    Melvin C.
    Melvin C.

    Melvin C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Normally the JESSIONID value is a cookie that is set by the server. That is to say that the server sends a "SET-COOKIE" to set a new JSESSIONID value. In that case, since...
  • How to run a project using batch file?

    I want to run a project using batch file, neoload should run in background. Please help.
    Nevil P.
    Nevil P.

    Nevil P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You should look at the NeoLoad documentation here.  It is explained how to start NeoLoad using the command line. Basically, instead of using "NeoLoadGUI.exe" to start NeoLoad...
  • RTMPS interception

    I'm testing an application that uses RTMPS protocol to provide most of its functionality but I'm unable to see the RTMPS calls when using the post recording wizard, any advise...
    Mark F.
    Mark F.

    Mark F.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    To make sure that we are talking about the same thing. RTMP is TCP communication only whereas RTMPS is over HTTPS protocol. So RTMPS is not really like RTMP which is not...
  • RTMPS interception

    I'm testing an application that uses RTMPS protocol to provide most of its functionality but I'm unable to see the RTMPS calls when using the post recording wizard, any advise...
    Mark F.
    Mark F.

    Mark F.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Let's cover the basis. You should look at the NeoLoad documentation regarding the limitations of RTMP applications here Also i assume that you enabled the RTMP recording option...
  • Log file to check failed user_id

    Hi, I have executed one scenario which has one script with 50 vuser. 25 vuser has failed and 25 vuser has passed. Now I need to know : 1. which user ID's are failed. 2...
    Keerthy R.
    Keerthy R.

    Keerthy R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If your vusers failed, you should get error on some requests/pages  for them displayed in the Errors tab of your test results. Then you should see the user instance of the vuser...
  • client side activity

    Do neoload captures client side activity?
    Keerthy R.
    Keerthy R.

    Keerthy R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If by client side activy you mean UI rendering time then...
  • Getting 206 response code while replying video streaming mp4 link

    We are working on video streaming application. its HTML5 complients apps. while replaying the scripts particular mp4 link giving 206 http status code. its not our actual...
    Pradeep Kumar V.
    Pradeep Kumar V.

    Pradeep Kumar V.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    First of all, HTTP 206 status code is not an error. The server responds with that status when the client requests a range of bytes from the server instead of the full video...