Jaya R.

  • 3 questions asked
  • 0 answers
  • 0 best answers (0%)
  • Capturing request and Response time for each request

    We noticed some the requests have high response time and we are not sure what requests are those.So we need to capture the results request and response time which are causing...
    Jaya R.
    Jaya R.

    Jaya R.

    Level
    0
    6 / 100
    points
  • GIT Repo Neoload

    We want to create a Git Repo for Neoload scripts.What should be the folder structure?And do we maintain a single project for all user paths or multiple?How do we define the test...
    Jaya R.
    Jaya R.

    Jaya R.

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

    Neil W.

    Level
    4
    5000 / 5000
    points
    Team
    Git is supported in Neoload, create the repo in GitHub or Bit Bucket, then in Neoload, create the project. In Neoload change the project settings to be XML storage and then...
  • Json Extractor or regular expression Extraction for response having back slashes.

    Hi, Attached is my response and i have difficulty extracting the variables Json.extracting jobdescriptionid based on jobstatus $[?(@.JobDescriptionStatus=='Draft')]...
    Jaya R.
    Jaya R.

    Jaya R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's maybe a way without using JSONPath and probably not efficient but it seems to work. JobDescriptionId\\":(\d+),[^^]{10,180}"JobDescriptionStatus\\":\\"Draft\\" The...