Browse answers

  • 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... View more
    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... View more
  • 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... View more
    Chris M.
    Chris M.

    Chris M.

    Level
    0
    36 / 100
    points
    vijay K.
    vijay K.

    vijay K.

    Level
    0
    70 / 100
    points
    Ahh, I figured out it, using the suffixes when specifying. :) -- can you explain this in detail. as i also face similar challenge View more
  • adding a loop to a JSON array list

    I am working on an integration project. I need to put a loop on the array list in the JSON file for 100 times in the same iteration. how can I do it? I have sent you the... View more
    Etienne H.
    Etienne H.

    Etienne H.

    Level
    0
    18 / 100
    points
  • Academy Neotys lesson doesn`t work right

    Dear Neotys team, I was trying to get ready to NeoLoad certification, using https://academy.neotys.com/ . But following the third lesson https://academy.neotys... View more
    Olesandr T.
    Olesandr T.

    Olesandr T.

    Level
    0
    17 / 100
    points
    Olivier H.
    Olivier H.

    Olivier H.

    Level
    0
    67 / 100
    points
    Team
    Hi Olesandr, The course is fixed now. You can enjoy it! Olivier View more
  • 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... View more
    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... View more
  • Managing multiple projects in one repo

    Can we manage multiple NeoLoad projects under single repo in GitHub from NeoLoad GUI? Please clarify. View more
    Naveenkumar N.
    Naveenkumar N.

    Naveenkumar N.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    No, it’s one project per repo, but you might have a different variation in each branch View more
  • Check a User Path taking more time to validate

    I have around 12 user path (each user path will have at least 2-3 web service calls). When I am trying to check user path, it is taking longer time. Typically it is taking... View more
    Naveenkumar N.
    Naveenkumar N.

    Naveenkumar N.

    Level
    0
    60 / 100
    points
    Naveenkumar N.
    Naveenkumar N.

    Naveenkumar N.

    Level
    0
    60 / 100
    points
    I got the issue :) Actually my admin rights has been expired last week. Just got the admin rights and launched NeoLoad as an administrator. It is executing with in 8 seconds. I... View more
  • Jenkins job failure

    I would like to have the jenkins job failed when the error rate is higher than 0%. I have already made this questions and some users explained me that I need to defined a SLA... View more
    Salvatore D.
    Salvatore D.

    Salvatore D.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Is the SLA failing? what does the test result in Jenkins say? View more
  • Extractor matchNr

    Can we get more than 200 on <variable_name>_matchNr ? It seem's 200 to be the max. Can we change this setting ? regards, Nicolas View more
    Nicolas P.
    Nicolas P.

    Nicolas P.

    Level
    0
    1 / 100
    point
    Kai K.
    Kai K.

    Kai K.

    Level
    0
    39 / 100
    points
    Hey Nicolas, I'm not having any issues storing 200+ items within a variable. Have you checked your extraction? Also, if you are processing the result of a webservice call, make... View more
  • Jenkins job

    I would like to have the jenkins job failed when the error rate is higher than 0%. Till now I didn't find how to do it. There was a topic found here in the community but was... View more
    Salvatore D.
    Salvatore D.

    Salvatore D.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    First of all you will need an SLA in your Neoload project measuring the Error Rate %. As part of your Neoload run in Jenkins, use the command line arguments to produce the... View more