Shivani R.

  • 12 questions asked
  • 0 answers
  • 0 best answers (0%)
  • Regular Expression to Extract JSON attribute from Array

    Have a Array - Attachments "Attachments": [ { "Id": 1001522, "Name": "18272" }, { "Id": 1001300, "Name": "17751" } ]...
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There are different ways to achieve that. You can either use a single regexp to extract your Names value or you can chain two variables extractor to first extract your...
  • Script fails on second iteration

    Scripts are working as expected with 2 users but when executing them for 2 iterations, first iteration they work fine but second iteration fails with below error: "...
    Shivani R.
    Shivani R.

    Shivani R.

    Level
    0
    13 / 100
    points
    christophe M.
    christophe M.

    christophe M.

    Level
    4
    5000 / 5000
    points
    Team
    Make sure that option 'Reset user session and emulate new browser between each iteration' is disabled on the Actions node of the Virtual User.
  • UUID Code generator?

    Hi Team, I would like to parameter a Random string which is a combination of a digit & character. Can help with the java script UUID Code to be executed in neoload. eg...
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In the NeoLoad variable manager you can use a random UUID variable that should exactly suit your needs. See the NeoLoad documentation here
  • POST Method request shows as GET Method in HTML Rendering

    Hi All, I have a POST method request, but when I navigate to HTML Rendering tab, I see same request as GET method. Wonder why?
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I think that the GET method is related to the GetCount method at the end of your URL. If look at the request sent by NeoLoad you should see that it's a POST request and not a...
  • To Extract only Relevant Value from Huge Server response

    I am trying to capture 2 values at a time using regular expressions from a huge server response. I am interested only in 2 values – ID & Estimate availability and have to pass...
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can use one or two separate variable extractors. NeoLoad will load only once the response data so it should not impact the memory footprint even if you use two successive...
  • Error generating report

    We are unable to pull the Report from Neoload with below java exception : java.lang.IndexOutofBoundsException: Index: 0, Size: 0 at java.util.ArrayList...
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Does it happen whatever the test result? I would suggest you to open a ticket in the Neotys support as you may have to share your test result if it's related to only one.
  • Your connection is not private?

    Unable to record the application with Privacy Error - Your connection is not private, attached the error, not finding the settings option in tool to overcome this.
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It seems that you are trying to record an HTTPS application with NeoLoad. In that case make sure to load the NeoLoad certificate in your browser like described in the NeoLoad...