Rebecca H.

  • 13 questions asked
  • 3 answers
  • 0 best answers (0%)
  • Azure DevoPS with Neoload NLP file type

    Is there a way to upload the NLP neoload file type in Azure DEVOPS test plan? Please see screenshot below.
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, that looks like it is their list of integrations and they don't support us as a import type. My understanding is that MS is steping away from load testing so it is unlikely...
  • What is the latest version of Neoload Web On-Prem?

    What is the latest version of Neoload Web On-Prem? Where is the link to upgrade...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The upgrade mechanism of NeoLoad is quite simple as it mostly requires an update of the docker images. By default the yaml is configured to get the latest version. So if you run...
  • Http monitoring capabilities

    What is the closest thing that Neoload has to HTTP monitoring like Wireshark and Fiddler?
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    No it's not really the goal of NeoLoad. The NeoLoad proxy will allow you to capture the HTTP traffic but the goal in NeoLoad is to replay those data and it's not necessary the...
  • Assertion Failed showing as "runtime error"

    Hi, My assertion fails are showing as a "runtime error", with the response code 200. Is there any way that when I have an assertion failure in combination with a 200...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The point of validation is to return a result, good or bad. If the response doesn’t contain success then hasn’t the user path failed to do what it was meant to? Instead of using...
  • Log out 1 VU at the time

    Hi, In my script, I log in 1 VU every 5 seconds until it reaches 2500 VU's from the INIT. In the END of the script, they all log out when my VU reaches 2500. Even though...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Maybe I’m missing something but are you using a staggered/ramp up population? Why does the logout matter?
  • 502 & 400 Errrors with /windows/TCPv4/Connections Established

    Hi, When I run my Neoscripts and the "windowsTCPv4/Connections Established" monitor hits about 1200 connections established, I start getting 502 (Bad Gateway) and 400 (Bad...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    That 502 error indicates more an issue on your application server side. Have you tried to manually connect to your application while having such errors? The 400 errors is...
  • Causes of Neoload to not record

    Hi, I have the free version of neoload on my local which records fine, but my company set up a server where the real license is installed and neoload will not record. Any...
    Rebecca H.
    Rebecca H.

    Rebecca H.

    Level
    0
    48 / 100
    points
    Rebecca H.
    Rebecca H.

    Rebecca H.

    Level
    0
    48 / 100
    points
    Hi Nouredine, I tried with IE and chrome. I click on start recording. The recording box appears, and the user path is created on the left, but the chrome or IE page...
  • Limit user logged in a user path folder

    Hi, Is there a way to limit the number of users within a user path folder? For example, if I have a signout folder, I know my database crashes if too many users signout...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You could add a delay prior to your logout transaction with a random value to make sure that the users will wait a different time and so they won't execute the logout...
  • Calculate Result Values (i.e Min,Max, Averg...) without Delay

    I have a "delay" added to my user path at the end of a transaction. When I look a the reports under "values" such as min, max, average, etc.... it is calculated with the...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    on the delay, have you checked the checkbox that says treat as think time, this will stop the delay being included in the timings
  • Excel list substitution for loop of list of items

    Hi, Below is my Post parameter, where it lists ICD-10 codes with the name description. {"workingDiagnosis":"G43.D","description":" Abdominal migraine"} I could create a...
    Rebecca H.
    Rebecca H.

    Rebecca H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Create an advanced variable extractor named icd for the ICD code and description, looking at the screenshot (*G43.D - Abdominal migraine") it will be something like *(.*?) -...