Support

  • 54 questions asked
  • 54 answers
  • -54 best answers (-100%)
  • The graphs are not updated with new data when I switch from a test result to another.

    In the results part, I have created some custom graphs from one test result and then I switch to another test. When the new test result is loaded, my graph are not updated with...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    You can graph statistics for any components from Virtual user to a single request. This allows you to quickly compare different data into a single graph. If you switch from a...
  • Is it possible to customize the average 90% and use 85% instead?

    I have specific Service Level Agreement to validate on my application, and those SLAs use average 85%. The truncated mean in NeoLoad is the average of 90%, is there a way to...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    The truncated mean is calculated on a reduced set of results, excluding the extrema. This enables non-representative values to be ignored, giving values close to those generally...
  • Why does my total users launched exceed the number of users I've configured on my load policy?

    I configured a test with a constant load of 10 virtual users but I had a total of 145 virtual users launched at the end of the test. Why?
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    During a test under a constant load using n virtual users, NeoLoad starts n virtual users. Each user replays the pages and requests defined in the scenario and then "dies"...
  • How can I replace some string from a value using a javascript?

    I am stuck with the design of my scenario. I have a dynamic parameter that I can extract from a previous response of the server. However, the value that should be re-used is not...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    When you have to handle dynamics parameters, you will have to extract values from server response. Unfortunately, you may have to alter the extracted value so it can be re-used...
  • How could I write information to an external file during a load test?

    During my load test, my virtual users create some reports. I would like to store all the id's of these reports into an external file. I know that I can use your API logger...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Neoload offers the possibility to log information into a file using a javascript. The javascript API contains a method called "logger" that will let you store information for...
  • How can I use variable extractor to handle dynamic parameters?

    I am new in load testing and your product is very easy to use. I was quickly able to record a scenario but the replay did not work. Looking at your documentation it mentions...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    When you perform a record of your scenario, Neoload records the requests and responses exchanged between your browser and your web server. This requests contain some parameters...
  • How could I encode or decode a url?

    I have a specific requirement of my scenario where I need to extract a value. This value is extracted in decoded format but I need to use it on text POST request in both formats...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    NeoLoad is able to automatically encode or decode a value using the url encoding. This settings is detected during the record. In some situation, you have to use a javascript to...
  • Why does an NTLM authentication window appear during the recording?

    During the recording of my web application, I am redirected to a new server. I receive a pop-up prompting for an authentication. I don't get that pop-up when I manually browse...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    This pop-up window appears whenever the server uses NTLM authentication. When navigating in the application normally (outside NeoLoad), the browser sends the encrypted...
  • How do I set up a test if my loading criteria is based on transactions per hour?

    I have a load test project that requires a specific number of transactions per hour. But I don't know how to reflect that value in terms of load policy in Neoload. Could you...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    One of a requirements of a load test is the number of business transaction that can be handled by the application within a period. To achieve that goal you need to decide how...
  • How do I add a prefix or suffix to a random variable?

    I came across an issue where I need to build a value in my requests. This value will have a static and dynamic part. The dynamic part should come from input data that is already...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    NeoLoad provides some possibilities to create variable to help you during your design of your scenario. A NeoLoad variable has this syntax: ${MyVariable}. You can then mix that...