Selifa L.

  • 3 questions asked
  • 2 answers
  • 0 best answers (0%)
  • How to stop vuser on assertion failure in init?

    On any error or assertion failure in 'init', how should I exit vuser and start a new vuser?
    Selifa L.
    Selifa L.

    Selifa L.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Hi, you should use a try/catch and in the catch have a stop. The try/catch should trigger on assertions.
  • Passing unique value for every user

    I am using a variable extractor to get all values and want to pass unique value for every user. Example if my extractor (Date) is pulling 10 different values from the response...
    Selifa L.
    Selifa L.

    Selifa L.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    If each VU extracted all 100+ entries, then they could each pick one from the list based on their vuid. Think of an array and user #1 picks the first element, user #2 picks the...
  • Neoload not detecting any servers in Tunnel Mode?

    Hi, Neoload isnt detecting any servers when i try to record native mobile application in tunnel mode. I have set the ip address of the DNS in mobile to that of the Neoload...
    Selifa L.
    Selifa L.

    Selifa L.

    Level
    0
    27 / 100
    points
    Selifa L.
    Selifa L.

    Selifa L.

    Level
    0
    27 / 100
    points
    I tried recording in proxy and tunnel mode on different android versions and below is what worked for me. Android Studio (different android versions) - Wasn't able to...