Musharraf M.

  • 4 questions asked
  • 0 answers
  • 0 best answers (0%)
  • how to get account number in separate file

    I have bunch of accounts some are good and some are bad. does any one share me the coding how catch good or bad in separate file during my test. I have to filter good accounts...
    Musharraf M.
    Musharraf M.

    Musharraf M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You should handle an error during the login phase with a condition like a try...cache or a if...then...else condition.   If there's an issue, you can then log the current login...
  • Does Neoload support .jason request. some my request goes well. some time I ma getting error code 500

    http://fmls.int.bell.ca/search/_vti_bin/taxonomyinternalservice.json/PickTermSets
    Musharraf M.
    Musharraf M.

    Musharraf M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If your .jason requests are sometimes working well and sometimes not then there's probably some dynamics parameters that are not correctly correlated. You should check all the...
  • 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...