Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • Can I configure NeoLoad to abort a test if a specific variable is empty/not extracted?

    Can we configure NL to stop/cancel an iteration if a specific variable could not be extracted from a server response?
    Marc R.
    Marc R.

    Marc R.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You can terminate the virtual user, but not the entire test, you could set a flag to false and every user only continues while the flag is true?
  • Multi-Factor Authentication

    Hi all, How can I do a load test with 2FA/MFA (Multi-Factor Authentication) login process (i.e. via SMS-Code)? Best regards, Niko
    Niko M.
    Niko M.

    Niko M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    is this code sent just to the phone? are they stored in a database? can the code be hardcoded? can it be disabled?
  • how to create and run JMS connection in Neoload

    Unable to establish JMS connection , JMS queues are also throwing error. Could not create queue connection: weblogic.jms.common.JMSException: [JMSClientExceptions:055054]Error...
    Himanshu M.
    Himanshu M.

    Himanshu M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Have you followed this? https://www.neotys.com/documents/doc/neoload/latest/en/html/#27418...
  • Runtime array

    I have a while loop.In this while loop I have a call where a extract some variables. One of them is an Id. Forearch iteration I need to save this id in an array or list and...
    Salvatore D.
    Salvatore D.

    Salvatore D.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You could write it to a file, each VU could create a file named based on their id (vuid.csv) and access the file later. Or there is a put/get method in the VU api, something...
  • Keep two variables synced in pairs? ...

    How do I keep 2 variables in-sync? For example, I have a csv file with 2 columns, ParamA and ParamB. In LoadRunner I can tell the tool to keep and use them only in pairs. For...
    Chris M.
    Chris M.

    Chris M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Neoload reads data row by row unless you say change every time, so they should be in sync?
  • Collaboration without leasing a shared license?

    Hello, We're a new customer, and are setting up NeoLoad and Neotys Team Server. I plan for my team to use NTS for Collaboration to work on projects together in a repository...
    Doug T.
    Doug T.

    Doug T.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You will need to be licenced to use this functionality but most customers use a free licence for test development.
  • Unexpected error while loading project: java.util.zip.ZipException: error in opening zip file

    I ran a test for 1 hour and a half, when generating the results NeoLoad got frozen, there was no way to close it so I terminated the process from the windows task manager, after...
    Wazed A.
    Wazed A.

    Wazed A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I wouldn’t know how to fix the issue, support would be needed for that but you might have a config.zip or config.bak or config.bak.timestamp in the projects directory, try...
  • Why do i have sometimes "-" written in response time for each transactions

    if i am running test for 60 seconds find "-" in the min & max response time for transaction in "transaction" tab in the report Also how can i get response time per request?
    Maha H.
    Maha H.

    Maha H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    In a 60 second test, your testing isn't gathering enough times to give a min, avg, max. you need 3 results at least. Also, to see requests, you should filter the view to see...
  • Can we change dynamically name of the container ? if yes can you please give an example.Thanks.

    We have an service method which is executed based on 1 parameter which changes value on each iteration. Based on this parameter , we want to report transaction time(Container in...
    musaib K.
    musaib K.

    musaib K.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The URL can be parameterised, would this help?
  • Can i started recording on an already opened web page ?

    For example : i don't want to open a new instance of the browser with the recording i just want to start recording from the page that my browser is already opened at. is that...
    Maha H.
    Maha H.

    Maha H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Yes, when you record, simply uncheck the start client box. However, you will need to ensure the currently opened browser is set up to send its traffic through the Neoload proxy...