performance testing - How to retrieve the dynamic value from the JMeter - Stack Overflow
{"GetFormSessionSurfaceJsonResult": "{\"$type\":\"DecisionsFramework.Design.Form.FormSessionInfo, DecisionsFramework\",\"useCompositeControls\":false,\"documents\":[{\"$type\":\"DecisionsFramework.Design.Form.CssDocumentInfo, DecisionsFramework\",\"documentName\":\" Default Style\",\"modifiedDate\":\"2024-11-18T15:21:51.944124\"},{\"$type\":\"DecisionsFramework.Design.Form.CssDocumentInfo, DecisionsFramework\",\"documentName\":\"DF\",\"modifiedDate\":\"2024-11-17T11:16:33.643953\"},{\"$type\":\"DecisionsFramework.Design.Form.CssDocumentInfo, DecisionsFramework\",\"documentName\":\"HideFolderTimeLineFeatures\",\"modifiedDate\":\"2024-11-19T10:35:00.18753\"}],\"initialControlsData\":[{\"$type\":\"DecisionsFramework.ServiceLayer.Services.ContextData.DataPair, DecisionsFramework\",\"Name\":\"01J6RT969T5RKZDS9BJSQSY520\",\"OutputValue\":[{\"$type\":\"DecisionsFramework.ServiceLayer.Services.ContextData.DataPair, DecisionsFramework\",\"Name\":\"01JFCBQQX04SQ1GGPDNDM5CTRH\",\"OutputValue\":\"I am the owner of a registered vessel or I have authorization to declare a vessel of another owner (attach the authorization in document upload tab)\"},{\"$type\":\"DecisionsFramework.ServiceLayer.Services.ContextData.DataPair, [{\"$type\":\"DecisionsFramework.Design.Form.ComponentData.CompositeControls.RuntimeChildrenProviderChildClientInfo, DecisionsFramework\",\"Id\":\"01JFCBQR03NPF4KQF4CY0TVCB2\",\"ClientData\":[{\"$type\":\"DecisionsFramework.ServiceLayer.Services.ContextData.DataPair, DecisionsFramework\",\"Name\":\"Postal Codes\",\"OutputValue\":\"\"},viceLayer.Services.ContextData.DataPair, DecisionsFramework\",\"Name\":\"Flat\",\"OutputValue\":\"\"}]}]},
From this response i need to get the dynamic value for**"Id":"01JFCBQR03NPF4KQF4CY0TVCB2"** and pass for the another request.
i have used json and regular expression extractor but both of it haven't fetched the corresponding value.
json path is retrieved the whole content and regular expression haven't retrieved the value.
Used in regular expression "Id":"(.*?)"
最新文章
- 千万别反悔 库克称苹果不会推出变形本
- 安卓手机丢了 PC上“谷歌”一下就能找到
- 苹果WWDC2014:iOS 8新功能都有哪些?
- python - Chromadb: Why do results of collection.query() and collection.get() differ? - Stack Overflow
- javascript - Submit in .jsp file not 'seeing' dijit.byid tabs in associated Dojo.js file - Stack Overflow
- node.js - Mongoose schema worked with the main db but not with test db - Stack Overflow
- python - ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', Remo
- linux - Unable to access devttyS0 as a regular user, despite having the right permissions - Stack Overflow
- android - How to setImageCaptureResolutionSelector() in CameraController? - Stack Overflow
- Flutter GoRouter: ShellRoute with Subroutes - Stack Overflow
- python - Having issues getting django-simple-captcha to work on my Contact Us page - Stack Overflow
- Assigning Latitude and Longitude to Turtles in NetLogo from a GIS Map - Stack Overflow
- python 3.x - unable to dynamically access ".variable" attribute of a ttk.RadioButton (python3) - Stack Overflo
- c# - Instantiated gameObject in Unity will not update the transform.position - Stack Overflow
- How to I get excel to look up values in the nth column based on a number in a cell? - Stack Overflow
- postgresql - Custom stopwords dictionary in Postgres hosted on GCP Cloud SQL - Stack Overflow
- flutter - Go_Router infinite loop through redirect - Stack Overflow