Request ID extraction:
Regular expression: ^Create\(([^)]*)\)
Value template: $1$
Response ID extraction:
Regular expression: ^Created\([^,]*,([^)]*)\)
Value template: $1$
Note: you can use test field to test your regular expression. Click the content link to add a content to match.
Note: the Mapping ID in the WebSocket request and the message mapping in the WebSocket channel are auto-filled by the ID extracted at the end of the recording thanks to the request ID extractor configured in the Framework settings.
If you try to apply a check VU on your scenario, you can see the last response is :"Oops 28262 does not exist". The identifier of the shape has changed, therefore you need to extract the new ID to replay the scenario.
Variable name: objectId
Regular expression to match: Created\(([0-9]*),
Value template: $1$
Delete(${objectId})
as WebSocket request.