william S.

  • 6 questions asked
  • 9 answers
  • 0 best answers (0%)
  • parsing error importing swagger

    when trying to import my swagger definition for REST service i get the error message: A parsing error occurred. The logs show: 2020/02/11 10:29:17 ERROR - neoload.Gui...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    Hi Neil, with some trial and error I figured this out. I was incorrectly trying to import the swagger url instead of the definition url. Once that was done, the rest was easy...
  • parsing error importing swagger

    when trying to import my swagger definition for REST service i get the error message: A parsing error occurred. The logs show: 2020/02/11 10:29:17 ERROR - neoload.Gui...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    no difference with v7.2, I may have to try ReadyAPI
  • parsing error importing swagger

    when trying to import my swagger definition for REST service i get the error message: A parsing error occurred. The logs show: 2020/02/11 10:29:17 ERROR - neoload.Gui...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    thanks Neil, i will download the latest version 7.2 and try that. in the meantime i am manually creating the POST requests.
  • parsing error importing swagger

    when trying to import my swagger definition for REST service i get the error message: A parsing error occurred. The logs show: 2020/02/11 10:29:17 ERROR - neoload.Gui...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    I'm using version 7...
  • why isn't check user path updating request and response details?

    When i rerun the user path, the request and response are not being updated. The transaction processes successfully but an assertion fails because I am using an extracted value...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    i have lost a lot of confidence in neoload assertion. here is the situation: 1. i successfully extract a dynamic variable at the beginning of the test 2. i assert on that...
  • CurrentDate variable does not update at runtime

    version 6.10.0 NeoLoad CurrentDate variable doesn't get updated during runtime. I have tried Local and Global and each change policy but each run inserts the datetime when the...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    thanks Neil, i noticed that your currDate variable was different than mine. it appears that the variable was not correctly created. once corrected, the date does update.
  • CurrentDate variable does not update at runtime

    version 6.10.0 NeoLoad CurrentDate variable doesn't get updated during runtime. I have tried Local and Global and each change policy but each run inserts the datetime when the...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    sure, go ahead
  • CurrentDate variable does not update at runtime

    version 6.10.0 NeoLoad CurrentDate variable doesn't get updated during runtime. I have tried Local and Global and each change policy but each run inserts the datetime when the...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    here is my js: var lock = new java.util.concurrent.locks.ReentrantLock(); var currDate = context.variableManager.getValue("CurrentDate"); var today = new Date(); var date...
  • CurrentDate variable does not update at runtime

    version 6.10.0 NeoLoad CurrentDate variable doesn't get updated during runtime. I have tried Local and Global and each change policy but each run inserts the datetime when the...
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    william S.
    william S.

    william S.

    Level
    1
    115 / 750
    points
    Hi Neil, Thanks but nope. This is not a formatting issue, it's that the CurrentDate variable provided by NeoLoad doesn't update. My workaround is to code it: var date = today...