Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • is environment variable and command line variable supported in latest version of neoload?

    Hi, I am trying to set variable in command line or using envrionment variable, however both the options does not seem to work. As per the below documentation, i used the command...
    Praveen P.
    Praveen P.

    Praveen P.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Yes, this is still supported. It suggests something is wrong with your javascript
  • How to change server of requests?

    Hi, i have some User Paths with a lot of requests. Now i would like to run those tests on a different server, for example another stage like integration, staging and...
    Dennis M.
    Dennis M.

    Dennis M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    In the server section of the design perspective, just above the user paths is the server connections. The name can be any value. The host is the name or IP of the server used...
  • Schedule a performance test run

    I am using Neoload trial version to run performance tests on an eCommerce application. Is there a way where i can schedule my performance tests? where in i need to run the...
    Suraj M.
    Suraj M.

    Suraj M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    No, if the machine is switched off, nothing would happen, it would need to be on and Neoload running for the inbuilt scheduler to function. For out of hours testing, customers...
  • Schedule a performance test run

    I am using Neoload trial version to run performance tests on an eCommerce application. Is there a way where i can schedule my performance tests? where in i need to run the...
    Suraj M.
    Suraj M.

    Suraj M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The scenario advanced properties screen has scheduling. Alternatively you can schedule a run outside of Neoload using windows scheduler or a CI tool like Jenkins and the...
  • Response time for each Search Term Iteration wise

    We are working on one the application for Lexis Nexis where we have specific requirement while result reporting we have to collect response time for each search terms(Parameter...
    Shobhit M.
    Shobhit M.

    Shobhit M.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The response times for your search transaction are collected and averaged out across all virtual users performing that transaction (and the number of times it's hit). Neoload...
  • Unable to use Javascript in Neoload?

    I need to convert the below value into a valid URL "\x2fsap\x2fbc\x2fwebdynpro\x2fsap\" when I use the functions in neoload javascript using hardcoded value I get the...
    Rishabh W.
    Rishabh W.

    Rishabh W.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not familiar with the encode/decode functions you are using but as these are strings, can you not use the replace function? var url_path...
  • Iterate through a user path for each row returned in a SQL variable

    I know this is probably basic stuff but I can't seem to find documetation on what I need. I have a SQL query as a variable, and a user path I've set up. I have looked at the web...
    John H.
    John H.

    John H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Because the SQL query is test data, you will see in the variables manager that the distribution policy is to use each row of test data (ie. the 30 rows). Once they have been...
  • Can the Init folder be ignored in the Neoload Report?

    I need to report only on an embedded web application within our web app. Is it possible to do this by generating a report based specific web calls or is it possible to ignore...
    Feroz A.
    Feroz A.

    Feroz A.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You could use a rendezvous point after the init section and then filter the results using a time filter, removing the first n minutes
  • Recorded Oracle forms steps are not displayed

    Neoload does not display steps (actions) of Oracle forms. After all the actions are recorded, the message about the absence of the jar file does not appear. On the basis of the...
    Даниил С.
    Даниил С.

    Даниил С.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    You need to change these in Oracle itself
  • Iterate through a user path for each row returned in a SQL variable

    I know this is probably basic stuff but I can't seem to find documetation on what I need. I have a SQL query as a variable, and a user path I've set up. I have looked at the web...
    John H.
    John H.

    John H.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    How are you running it? Check UserPath defaults to 1 iteration, click the advanced button and increase the iteration value. If this is in a load test, what is your change policy?