raj N.

  • 23 questions asked
  • 8 answers
  • 0 best answers (0%)
  • How Get the end user experience times for a single page application

    How Get the end user experience times for a single page application. Selenium integration talks about the new page access where url changes for the different page. But how to...
    raj N.
    raj N.

    raj N.

    Level
    1
    153 / 750
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    There's no built-in mechanism to handle Single Page Apps for the moment. If you can measure the time by yourself between an action on the application and a change in the DOM...
  • Neoload script is not going to next step after java script execution.

    Hi, In my script after i get the websocket response i am calculating some variables based on that executing the next steps. But during the run / user check script not going to...
    raj N.
    raj N.

    raj N.

    Level
    1
    153 / 750
    points
  • How to increase the websocket channel timeout value ?

    Hi, As in my case web socket channel is free for more than 5 min its getting closed automatically. I have increased the runtime.so.timeout=600000 runtime.connection.timeout...
    raj N.
    raj N.

    raj N.

    Level
    1
    153 / 750
    points
  • Runtime memory error

    Error Code: NL-WEBSOCKET-CHANNEL-ENGINE Message: Error occurred while executing WebSocket channel. Details: java.lang.OutOfMemoryError: Java heap space at java.lang.StringCoding...
    raj N.
    raj N.

    raj N.

    Level
    1
    153 / 750
    points
  • How configure the loop for specified time of virtual user transations

    In my case i need to loop through actions container for say 30 min time then logut of the application. Relogin and continue the same of another 30 min. Logout and login again...
    raj N.
    raj N.

    raj N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you have your whole script inside Actions container then i would suggest you to remove your loop action which is not necessary here. The Actions container is already a loop...
  • How to simulate realistic user session

    My application pushes large data for each session(20MB). If we have more than 100 sessions will the neoload installed system will handle that rate. How to simulate this scenario.
    raj N.
    raj N.

    raj N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad controller can use as many load generators as needed. So i can't tell how many load generator you will need for such load but you can start with 1 LG and then add more...
  • Different count for each virtual user in population

    Hello, I need to have different no of users for each virtual user in the population.I want it based on number not in Percentage. Please help me how can we do that. In my...
    raj N.
    raj N.

    raj N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can't set a specific number of users for the split in your population. I would suggest you to use different populations where you can set a load policy with the exact number...
  • How to increase neoload jetty server websocket idle timeout

    Hi, During my test run websocket is idle for more than 5 min. Websocket getting closed . i have increased jetty.thread.pool.idle.timeout.ms agent.socket.timeout agent.send...
    raj N.
    raj N.

    raj N.

    Level
    1
    153 / 750
    points
  • Websocket channel getting closed during the run when load is high

    Hi , I am working on the websocket module.When the load is high.Websocket channel is getting closed with error as Error Code: NL-WEBSOCKET-CHANNEL-ENGINE Message: Error...
    raj N.
    raj N.

    raj N.

    Level
    1
    153 / 750
    points
  • When running with more than 2 virtual users websocket channels getting closed

    When running with more than 2 virtual users websocket channels getting closed. NL-WEBSOCKET-CHANNEL-ENGINE Message: Error occured while executing WebSocket channel. Details...
    raj N.
    raj N.

    raj N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Could it just be a consequence of dynamic parameters that were not correlated? You may still have some static id's related to the user and so when running 2 concurrent users...