Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • Installing Neoload on AWS Linux ?

    I'm trying to use the same docker-compose file to install Neoload Web on Linux RedHat 7 and on Amazon Linux. While on RedHat it start every container and works fine (even...
    Aurélien P.
    Aurélien P.

    Aurélien P.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    It looks like you need to increase the open file limit? As a root user add the following lines to the /etc/security/limits.conf file: * hard nofile 65536 * soft nofile...
  • 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...
    Salvatore D.
    Salvatore D.

    Salvatore D.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    example in this video: https://academy.neotys.com/topic/how-to-use-the-jenkins-plugin/
  • 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...
    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...
  • Is there a way to configure Neoload to run all URL nodes from one page in the same time ?

    Hello there, I have a script which is recorded by Chrome and then when I am validating it I see that all requests are executed one after each other. Is there a way how I can...
    Veleslav P.
    Veleslav P.

    Veleslav P.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    If you are evaluating the software, you should have access to your local account team, they would be happy to jump on a zoom meeting with you. Where are you based?
  • Is there a way to configure Neoload to run all URL nodes from one page in the same time ?

    Hello there, I have a script which is recorded by Chrome and then when I am validating it I see that all requests are executed one after each other. Is there a way how I can...
    Veleslav P.
    Veleslav P.

    Veleslav P.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    see attached image, select this webpage in the treeview, on the right hand side of neoload at the bottom, click the advanced button, this is the screen Neouredine is referring...
  • Does NTS support versioning? I see the version number but not detais on what is changed.

    I am new to Neotys so please bare with me. I have installed NTS on my VM and able to login and pushed sample project from controller to NTS. I change something and push it again...
    Divya G.
    Divya G.

    Divya G.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The NTS runs an embedded version of Subversion. Neoload integrates with this, as well as external Subversion and GIT repositories. Neoload isn’t a Subversion or a GIT client...
  • how to resolve ViewStateException

    I am getting ViewStateException , [ViewStateException: Invalid viewstate. Client IP: 10.212.140.249 Port: 20451 Referer: https://perf.cwthotel360.com/v1660/hotelsearch...
    Rashmi A.
    Rashmi A.

    Rashmi A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    It looked like you haven’t correlated the viewstate, try running the frameworks and see if the .net one fixes the test. There may be other correlations needed.
  • Loop on a scenario

    Hi, I try to create a loop with a while loop who will change value from variable file each times it will be execute. Do you have any idea about this. Regards,
    Michael T.
    Michael T.

    Michael T.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    it should, every time you loop around it should be getting the next row (ID)
  • Loop on a scenario

    Hi, I try to create a loop with a while loop who will change value from variable file each times it will be execute. Do you have any idea about this. Regards,
    Michael T.
    Michael T.

    Michael T.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You misunderstood, not the variable modifier. If you open the variable manager dialog, select the variable you want, on the right hand side at the bottom of the dialog, you...
  • parsing error importing swagger

    when trying to import my swagger definition for REST service i get the error message: A parsing error occurred. The logs show: 2020/02/11 10:29:17 ERROR - neoload.Gui...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I would need to check but I think it worked for me in v6.9, stopped working in v7.0, I can check with 7.1 next time I’m in front of my PC