Neil W.

  • 0 questions asked
  • 803 answers
  • 92 best answers (11%)
  • How to store JSON array of values individually to separate variables?

    Requirement: To sum up all the "availableAmount" values in the below JSON and store into a variable. JSON: [{ "id": 0, "availableAmount": 100.55 }, { "id": 0...
    Kaustav C.
    Kaustav C.

    Kaustav C.

    Level
    0
    13 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, This could be done with some Javascript in Neoload, here is some pseudo code var myArray = {"1","2","3"}; var total = parseInt(myArray[0]) + parseInt(myArray[1])...
  • script recording method for .net thick client?

    Hi I need to record a desktop app developed in .net and communicates over TCP/IP. I tried using the below method. "First option is to configure inside your application a proxy...
    Shankar N.
    Shankar N.

    Shankar N.

    Level
    0
    1 / 100
    point
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    ah, okay, so you were able to configure the proxy with your app. I just meant during playback the server might have gone down. from the LG, I assume you are using localhost one...
  • script recording method for .net thick client?

    Hi I need to record a desktop app developed in .net and communicates over TCP/IP. I tried using the below method. "First option is to configure inside your application a proxy...
    Shankar N.
    Shankar N.

    Shankar N.

    Level
    0
    1 / 100
    point
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    As you are not the original poster, I don't know your setup, I assume this is a web site and as mentioned, you LG has connectivity to the server. I can only assume that either...
  • script recording method for .net thick client?

    Hi I need to record a desktop app developed in .net and communicates over TCP/IP. I tried using the below method. "First option is to configure inside your application a proxy...
    Shankar N.
    Shankar N.

    Shankar N.

    Level
    0
    1 / 100
    point
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Can you reach the server now? maybe it is unavailable. does ping work?
  • How to export / import a license file?

    When managing licenses offline, I can generate a lease request file (.lse) but how do I then import this file? Import is looking for a .rsp file.
    Paul I.
    Paul I.

    Paul I.

    Level
    0
    21 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    What is your licence server? NTS or NLW?
  • OKTA Auth login issue?

    Our App uses OKTA login which automatically login to the app and token expires after 1 hour. When I record app using Neotys, it works but when I playback the recorded session...
    Arif H.
    Arif H.

    Arif H.

    Level
    0
    21 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Without seeing the application it's hard to give a precise answer but the first thing you need to solve is how to get the valid OKTA code, if this is indeed a mobile app, then I...
  • OKTA Auth login issue?

    Our App uses OKTA login which automatically login to the app and token expires after 1 hour. When I record app using Neotys, it works but when I playback the recorded session...
    Arif H.
    Arif H.

    Arif H.

    Level
    0
    21 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, you've not mentioned how you get the token, I don't mean the bearer one, that could be a correlation issue, the server should be sending it to you. What I mean is OTKA...
  • How Are Browser Cache Settings Handled?

    If I set the browser cache setting in the user path ACTION run-time setting to "NO", meaning I want to retain the browser cache between iterations - and then I set up a...
    Scott M.
    Scott M.

    Scott M.

    Level
    0
    15 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Yes/No/Auto are slighyly different than as recorded, Yes wipes everything including cookies etc. As recorded will download every resource you recorded, css, js, png, jpg...
  • OKTA Auth login issue?

    Our App uses OKTA login which automatically login to the app and token expires after 1 hour. When I record app using Neotys, it works but when I playback the recorded session...
    Arif H.
    Arif H.

    Arif H.

    Level
    0
    21 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, how do you get the token originally? my memory is that is a mobile app. Can you not record the app traffic (I assume REST APIs) and get the generated token when needed as...
  • Why can’t we see a Value table during run-time in the Neoload GUI?

    There is a "Values" table after the fact in Results, and there is one in real-time (and after) on Neoload Web; Why isn’t there one during run-time in Neoload GUI?
    Scott M.
    Scott M.

    Scott M.

    Level
    0
    15 / 100
    points
    Neil W.
    Neil W.

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    The values are calculated at the end of the test run to be displayed in the results...