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...
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...
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...
Hi,
Attached is my response and i have difficulty extracting the variables
Json.extracting jobdescriptionid based on jobstatus
$[?(@.JobDescriptionStatus=='Draft')]...
There's maybe a way without using JSONPath and probably not efficient but it seems to work.
JobDescriptionId\\":(\d+),[^^]{10,180}"JobDescriptionStatus\\":\\"Draft\\"
The...