Ahsan B.

  • 4 questions asked
  • 1 answer
  • 0 best answers (0%)
  • neoloadRun Jenkins pipeline doesn't work anymore?

    I had the following snippet in my Jenkins pipeline code that used to work perfectly fine. The last reported successful build was Oct 20th, 2020. neoloadRun executable...
    Ahsan B.
    Ahsan B.

    Ahsan B.

    Level
    0
    19 / 100
    points
  • How to get Average attribute from stored data entries?

    I am using "Store External Data Entry" in my test design as described here: https://www.neotys.com/documents/doc/neoload/latest/en/html/#8684.htm I have a couple of questions...
    Ahsan B.
    Ahsan B.

    Ahsan B.

    Level
    0
    19 / 100
    points
  • How to get list variable row size?

    I have a list variable called metrics which has multiple entries as rows under its column metricName. I'd like to loop through all the values in that column. So loop for each...
    Ahsan B.
    Ahsan B.

    Ahsan B.

    Level
    0
    19 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    In the list, when you run out of data, instead of cycle, select return “no value”. Then use a while loop and loop why list.col <> “no value”
  • How to read messages on websocket?

    I have an application that accepts websocket connection. The application also sends messages on the websocket asynchronously. It means the requests are NOT ALWAYS initiated by...
    Ahsan B.
    Ahsan B.

    Ahsan B.

    Level
    0
    19 / 100
    points
    Ahsan B.
    Ahsan B.

    Ahsan B.

    Level
    0
    19 / 100
    points
    @Nouredine A Our client-server communication via websocket cannot be recorded via browser as it requires some special headers with the requests. Is there a client that I can...