Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • How to configure memory for Load generator?

    Hi, In neoload documentation "https://www.neotys.com/documents/doc/neoload/latest/#665.htm" i can see how to configure memory for load generator. But when i saw...
    Abhishek K.
    Abhishek K.

    Abhishek K.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I’m not sure I follow your logic and have never seen the -server switch before but on the controller, these settings change the embedded LG on the controller aka localhost:7100
  • After running loadtest by jenkin how can i release shared licence ?

    After running loadtest by jenkin how can i release shared licence ?
    Olivier E.
    Olivier E.

    Olivier E.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The licence should get released automatically
  • NeoLoad Results API without Opening the NeoLoad application

    I am using NeoLoad Results API, where I can generate report or read report into xml, or pdf... but here one problem is that I have to open NeoLoad tool/application always to...
    venkat R.
    venkat R.

    venkat R.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Neoload runs a small Jetty server for the API to function, the idea is that Neoload will be open, running a test while the api is in use. If Neoload isn't running, then neither...
  • Authentication on server settings not working?

    I am planning to test an application. I have two sets of users that perform completely separate transactions and are connected to different parts of the system under test...
    Clive W.
    Clive W.

    Clive W.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Your logic sounds fine and as the problem is intermittent, it sound like you implemented it correctly. I can’t explain why it would jump to the wrong dataset but if you have a...
  • Load Generator unavailable

    com.neotys.nl.controller.q.d.o: Load generator ip-xxx-xxx-xxx-xxx.us-west-1.compute.internal:7100 unavailable at com.neotys.nl.controller.q.d.d.a(d.java:210) at com.neotys...
    CHINNIKRISHNA REDDY B.
    CHINNIKRISHNA REDDY B.

    CHINNIKRISHNA REDDY B.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Is this AWS machine part of the Neotys Cloud platform or your own AWS machine? Is the port 7100 open?
  • How to Configure Jenkins and Neoload both are in a Separate Machine

    What is the command line to run remote Neoload from Jenkins pipeline ... we tried this below code but not working.. neoloadRun executable: '\\\\111.1.1.111\\NeoLoad 6...
    venkat R.
    venkat R.

    venkat R.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    For jenkins to run a job on a separate machine, you need to install a jenkns node, basically a java agent that is connected to jenkins. On this node machine, you have Neoload...
  • How to configure memory for Load generator?

    Hi, In neoload documentation "https://www.neotys.com/documents/doc/neoload/latest/#665.htm" i can see how to configure memory for load generator. But when i saw...
    Abhishek K.
    Abhishek K.

    Abhishek K.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The Neoload controller - NeoloadGUI and NeoloadCmd use the following files respectively (you will only use one of these at a time)… C:\Program Files\NeoLoad 6...
  • How do I configure LDAPS for Neotys Team Server?

    To set up LDAPS I see some instructions in https://www.neotys.com/documents/doc/nts/latest/en/html/#7125.htm but it does not indicate what I need to do in order to install the...
    Brett B.
    Brett B.

    Brett B.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The NTS is sat on tomcat, you should find the instruction in the tomcat documentation
  • Jenkins Neoload Plugin : Add Graphs of Transactions

    Hello; i'm working on Naolod/Jenkins Integration. I want to display a graph of All transactions Reponse times on Jenkins. I tried to create a graph within curves using...
    Benamar B.
    Benamar B.

    Benamar B.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not sure you can do all transactions in one hit but assuming "Add Visit And Browse>Actions>PC_Edit_Owner" maches the path in your user path, it should work
  • Is it possible to download a project zip file from NTS programatically?

    The question is basically the title. Is it possible to do so through NTS, or directly through SVN?
    Max G.
    Max G.

    Max G.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I can't comment on SVN but if they have an API, it should be possible. As to the NTS, there is no API but it is just a website, you might be able to do this with a Neoload test...