Sander V.

  • 6 questions asked
  • 5 answers
  • 0 best answers (0%)
  • Try...Catch not working for assertion failure

    Hi, I've noticed that the Try-Catch mechanism isn't working if an assertion fails. I'm currently using version 5.0.4 My runtime parameters are set to do nothing for both...
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Nevermind, I missed a setting in the Try where you can enable Catch assertions, which by default is disabled.
  • Is there a way to recognize if the script is running in validity or run mode?

    For debugging I use the check virtual user validity. The script contains multiple loops and for debugging the script I want the loop to be executed only once. It happened a...
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Hi Nouredine, Let me explain with a simple example. I have a script that logs into an application and then does a searchquery. In the loadtest every login is followed by 50...
  • Error Count missing

    I am unable to see the error count in container tab even though the error occurred during the test, the results come only for passed transactions.
    Paras R.
    Paras R.

    Paras R.

    Level
    1
    115 / 750
    points
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Hi Paras, I think I have faced the same issue if I understand you correctly. How have you defined your error handling in the Runtime settings? Is it "Go to the next...
  • How do I change the value of declared variables?

    I have two variables of type list (Accounts & Accounts2) Accounts has 3 columns: login, passwd and name Accounts2 has 2 columns: login and passwd In the action-block I...
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Sander V.
    Sander V.

    Sander V.

    Level
    0
    63 / 100
    points
    Hi Nouredine, Thanks for your response. Does the application then see two variables with the same name? It does not appear to use the new variable. According to the...