Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • how do we know that android mobile is getting connected with neoload after proxy settings?

    Can anybody help on how to connect android device to NeoLoad with detailed instructions will be highly helpful.
    anusha R.
    anusha R.

    anusha R.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    After settings the proxy in your mobile, if you start a recording on NeoLoad side and then open your browser mobile to reach any web site, you should see the recorded requests...
  • QTP and Neoload cannot be installed on same machine

    I have QTP installed on my machine so i face error while opening Neoload.
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I think that QTP has set some JAVA variables like for example CLASSPATH variable that loads different JAR files that are in conflict with NeoLoad. If you do have such...
  • Neoload Timeout error

    I have increased the “runtime.connection.timeout “ and “runtime.so.timeout” in confiq file to around 10 minutes still I am facing below timeout error after 3 minutes. In...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You should be careful with the HTTP status code. No errors in the previous responses do not mean that everyghint went well. You should compare the content of the response...
  • Neoload Timeout error

    I have increased the “runtime.connection.timeout “ and “runtime.so.timeout” in confiq file to around 10 minutes still I am facing below timeout error after 3 minutes. In...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    This is not a timeout error but an application error. That's why modifying the timeout in NeoLoad will not have any impact. Do you always get such error after 180 seconds like...
  • Neoload Timeout error

    I have increased the “runtime.connection.timeout “ and “runtime.so.timeout” in confiq file to around 10 minutes still I am facing below timeout error after 3 minutes. In...
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The default timeout in NeoLoad for runtime is 5 minutes. But you said that you get timeout error after 3 minutes. So even without modifying these settings you should not get...
  • Can I add/remove virtual users during a load test

    Can you please brief on that, i dint find any detail of how to do it in the document.
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    When your test is running you can add or remove virtual users from your original load in the Runtime section under "Runtime Users" tab. For more details please check the...
  • Is there a way to use NeoLoad to replay IIS logs?

    I would like to give NeoLoad a IIS log file and have it run the requests in sequence (with the ability to adjust the speed). Is NeoLoad just not the product for this?
    Tyler C.
    Tyler C.

    Tyler C.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's no automatic methods to replay a ISS log file. However you could achieve that goal using your IIS log file as variable and then from NeoLoad Javascript you could modify...
  • Showing individual load times of webpage components

    Hi, I have been asked if it is possible to see the individual component load times of the webpages that are being accessed in the user journey. Is that possible? thanks...
    Paul W.
    Paul W.

    Paul W.

    Level
    0
    2 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad computes the statistics for all the components in your script like containers, pages or requests. In the Result section, Values tab you can see the statistics of all...
  • Global vs normal validation

    Hi, I have added a text for validation, it works if we put that text in individual validation tab , but does not work with global validation.
    Divya K.
    Divya K.

    Divya K.

    Level
    1
    230 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    By default, global validation applies on specific content type like text/html and text/xhtml. So if the content type of your response is none of the one above it will not work...
  • How can I get the containers name in javascript?

    How can I get the current containers name in javascript? Can I get it anyway?
    Takács G.
    Takács G.

    Takács G.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    As far as i know you can't get it through Javascript.