Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Win8 tablet recording using proxy mode

    Dear All, we are trying to record a win 8.1 tablet using the proxy mode We can see the request but the content is encoded and we are not able to customize them... could...
    Laurent G.
    Laurent G.

    Laurent G.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I think that the issue might be related to the Content-Encoding header that is missing. I guess if you add "Content-Encoding: gzip" in your POST request and send it to another...
  • Win8 tablet recording using proxy mode

    Dear All, we are trying to record a win 8.1 tablet using the proxy mode We can see the request but the content is encoded and we are not able to customize them... could...
    Laurent G.
    Laurent G.

    Laurent G.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Could you try to make your recording with Neoload 5.1? Normally that version should automatically uncompress Gzip content on the request when possible? It's not the case with...
  • POST Method request shows as GET Method in HTML Rendering

    Hi All, I have a POST method request, but when I navigate to HTML Rendering tab, I see same request as GET method. Wonder why?
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I think that the GET method is related to the GetCount method at the end of your URL. If look at the request sent by NeoLoad you should see that it's a POST request and not a...
  • Recording into wrong containers

    I have been recording using NeoLoad 5.0.2 against my application. I've been noticing that it is putting traffic into the wrong container, i.e. rather than putting it into the...
    Paul G.
    Paul G.

    Paul G.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you say that iit s putting the requests in the wrong container, do you mean that you write your container name in the recording bar, you click on your links, wait and you...
  • runtime connection timeout - LoadGenerators

    Hi, We are running tests on 2 Load Generators and 1 controller (also a load generator). To increase the timeout, I see the steps shared below in the link. Should I change...
    Rajagopal B.
    Rajagopal B.

    Rajagopal B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You only have to change these settings in the controller. [Runtime] parameters are sent to the load generators.
  • Can I evaluate a Javascript function in NeoLoad?

    I recorded my application using NeoLoad. On the UI of my application there is Javascript code that is executed on the browser.  I need to evaluate a function that is coming...
    Nouredine A.
    Nouredine A.

    Nouredine A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When you record your application with NeoLoad, all requests/responses exchanged between the browser and your server are recorded. Since NeoLoad replays a script at protocol...
  • How do I increase the size of a WebSocket response?

    I successfully recorded with NeoLoad my application that uses WebSocket. Then I tried to run a user validation and I got the error below in my WebSocket channel. How can i fix...
    Nouredine A.
    Nouredine A.

    Nouredine A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    2015/03/19 09:54:56 ERROR - neoload.Engine: WebSocket channel connection encountered an error org.eclipse.jetty.websocket.api.MessageTooLargeException: Text message size [73525]...
  • response time truncated

    Hello response time in results reports are truncated at 30s even when time response are over 30s Is there a way to configurte it or it is a bug ? Thanks
    Philippe B.
    Philippe B.

    Philippe B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I do not see anything wrong in that screen shot. It seems that you only run 1 iteration of your virtual user. Some pages have 30 seconds response time. Do you have concern...
  • how to use it with my aplication?

    how to do performace on web application using neotys
    shekhar B.
    shekhar B.

    shekhar B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I would suggest you to look at the web video to get a quick tour of NeoLoad and how to use it with your application. It's here Then for more details you can rely on the NeoLoad...
  • Webscokets - how to keep the asynchronous connection alive

    Hi, I'm having difficulties to keep websocket connection alive in asynchronous mode. It looks like that ping request has to be sent repeatedly. In order to do that I put a ping...
    Nikolay M.
    Nikolay M.

    Nikolay M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When the WebSocket channel is opened it should remain as is till the virtual user is stopped. Do you mean that your application is regularly sending PING WebSocket request to...