Keith L.

US Neotys Support

  • 5 questions asked
  • 64 answers
  • 21 best answers (33%)
  • Is there a way to intercept and parameterize the contents of a Silverlight file upload?

    I am recording a file upload in a Silverlight app with NL 4. I am able to parametrize the filename, but the data field contains the encrypted data from the recorded file. How...
    Dan D.
    Dan D.

    Dan D.

    Level
    0
    0 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    It was not so much the encrypted hash needing to be handled in this case, but the unique UUID value needing to be properly handled for this request. This issue should now be...
  • Floating License Issue

    How do we handle a floating license issue, we do happen to reserve same number of license (session type) on two controllers and one of the controller started throwing an error...
    Sanjeev K.
    Sanjeev K.

    Sanjeev K.

    Level
    0
    1 / 100
    point
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    This particular issue was caused due to an upgraded license from floating to Shared, and the conflict that occurred from the old license still being active on the network. Issue...
  • creating variable host

    I want to create a variable hostname. Background: I have two sites (www.site1.com) (www.site2.com) and I recorded a virtual user profile against site1. This has shared...
    Umesh K.
    Umesh K.

    Umesh K.

    Level
    0
    0 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    The very nature of a Shared resource is that you can make one change and it will effect all scripts using it. This is not what your intended desire is fundamentally. You need to...
  • How to assign the float licenses when the test run is to run in silent mode in CentOS (No GUI)

    we plan to run the scenario in a silent mode i.e., from the command line on a CentOS machine. The license that we have are currently floating license and i am looking for the...
    Sanjeev K.
    Sanjeev K.

    Sanjeev K.

    Level
    0
    1 / 100
    point
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    If possible, try to load the Neoload GUI one time with the user that will run the Command Line version of Neoload. Reserve a license permanently (not per session). Then, the...
  • quotes in request header fields

    Hi, How do I insert double quotes (") into the cookie header field. Thank you...
    Bob R.
    Bob R.

    Bob R.

    Level
    0
    10 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    If your value is not surrounded with quote, then you can put a quote in a cookie value as is. When NeoLoad detects illegal characters in a cookie value (space, semi column or...
  • Network Latency?

    Is there a way LT tool can find out the network latency at the time of Load Test or is there any performance counters that can tell you network Latency
    Musharraf M.
    Musharraf M.

    Musharraf M.

    Level
    0
    0 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    Yes, you can look at the Response time and compare it to TTFB (Time To First Byte). If the values are the same for a given response, or average, then you don't have any latency...
  • Average Response Time

    I need an opinion for my script. I have a web site for performance test and that site is calling some third party URLs. so my concern is what is the best practise to do...
    Musharraf M.
    Musharraf M.

    Musharraf M.

    Level
    0
    0 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    You have two scenarios here. One is the usual, and more commonly, performance and load testing of the actual application server(s). First and foremost, you want to ensure that...
  • What does NeoLoad average page/request response mean

    I have a very slow loading web page with multiple controls. Neoload reports .015 and .014 for average page and request response times, which is misleading
    Johnson L.
    Johnson L.

    Johnson L.

    Level
    0
    10 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    No, Neoload does not measure client side statistics for the most part. It is something for the future we will consider and look into, but for now we do not. Your .NET and...
  • What does NeoLoad average page/request response mean

    I have a very slow loading web page with multiple controls. Neoload reports .015 and .014 for average page and request response times, which is misleading
    Johnson L.
    Johnson L.

    Johnson L.

    Level
    0
    10 / 100
    points
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    If the page is .014-.015 for average response time, then the delay you might be seeing is the rendering time on the client side. If the page takes a significant amount of time...
  • Does Neoload have a default working directory where files I Javascript by default will be written/read

    To limit no. of parameters to a Java jar, it would be nice to know if there is a default working directory where java JAR is run/expected when the JAR read/write files - in...
    Anders L.
    Anders L.

    Anders L.

    Level
    0
    1 / 100
    point
    Keith L.
    Keith L.

    Keith L.

    Level
    2
    1371 / 2000
    points
    Team
    We are not quite sure we understand your question. JAR files are used in Neoload usually to decode requests/responses from a server application. They are imported through the...