Support

  • 54 questions asked
  • 54 answers
  • -54 best answers (-100%)
  • I have a stand-alone AIR application. How do I get NeoLoad to record the traffic with it?

    I need to test an AIR application and when I make a record with NeoLoad nothing is recorded. I don't know if there's any specific settings in NeoLoad in order to record my AIR...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    NeoLoad can record any HTTP traffics as soon as this traffic can go through a proxy. When you start a record, NeoLoad uses its own proxy to record the traffic between your...
  • How do I record a JAVA application with NeoLoad?

    I would like to test a new application that is based on JAVA. I know that it is using the HTTP protocol but when I tried to record a scenario with NeoLoad, I did not see any...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    NeoLoad can record any HTTP traffics as soon as this traffic can go through a proxy. When you start a recording NeoLoad uses its own proxy to record the traffic between your...
  • 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 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 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...
  • After recording my GWT application, NeoLoad asks me for missing classes, which files should be added?

    I was able to record my GWT application but at the end of the record, NeoLoad asked me to load jar files. I loaded the server jars but it did not work at all. Which jar files...
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    Support
    Support

    Support

    Level
    0
    -10 / 100
    points
    Team
    When recording a GWT application, NeoLoad deserializes the binary stream between the browser and the server. To achieve this and convert the binary data to XML, NeoLoad needs...