Support

  • 54 questions asked
  • 54 answers
  • -54 best answers (-100%)
  • When I record my HTTPS application with NeoLoad I have some certificate warning from the browser? Why?

    I have an HTTPS web application to record. When I browse it manually (without NeoLoad) everything is fine. But when I make a NeoLoad recording, I have some warning from the...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    NeoLoad is able to record any HTTP/HTTPS application. When you are doing a record, your browser is using the NeoLoad recorder proxy. It is the NeoLoad certificate that is...
  • Why doesn't my Internet connection work after recording with NeoLoad?

    I installed NeoLoad and quickly tried a recording. It works well, but since then, I am not able to use my internet connection anymore. I imagine that NeoLoad modified my network...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    NeoLoad uses its own HTTP proxy to record the traffic between your browser and your web application. During the record, NeoLoad changes the browser's proxy parameters for the...
  • 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...
  • How could I run a system command using a Javascript?

    For my load testing, I will need my virtual users to launch some system commands, like from the command line. Do you have a way to do that in NeoLoad?
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Here is an example when we launch the "dir.bat" file. This file must be created before running this command.   process=java.lang.Runtime.getRuntime().exec("c:\\Temp\\dir.bat")...
  • How could I connect to an FTP server using a javascript?

    For my load testing, I have a need for my virtual users to connect to a FTP server and download some files. I did not see any FTP actions in Neoload. Is it something that can be...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    During your load test, you may want your virtual user to connect to an FTP server to upload or download some files. This can be done through a Neoload javascript. Here is an...
  • 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 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 should I handle the Id's like ClientId, MessageId, DSId and CorrelationId in NeoLoad?

    I recorded my Flex application with NeoLoad and everything went well. There are some dynamic values that I know that cannot be replayed as is. I am wondering if NeoLoad has a...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    The underlying protocol uses for Flex application is AMF (Action Message Format). It's a binary protocol. When recording a Flex application NeoLoad deserializes the binary...
  • Why should I load some jar files at the end of a record?

    I made a recording of my Flex application with NeoLoad. It prompts me to load jar files but I don't really understand why I need them. Could you explain to...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    When recording a Flex application, Neoload deserializes the binary stream between the browser and the server. It will convert the binary data to an XML content. For that process...
  • Where could I get the jar files asked by NeoLoad at the end of my recording?

    NeoLoad asks me to load some jar files at the end of my record of my Flex application. I don't know where I can find them?
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    When recording a Flex application NeoLoad deserializes the binary stream between the browser and the server. It will convert the binary data to an XML content. To deserialize...