Forum Discussion

Jibu's avatar
Jibu
Occasional Contributor
6 years ago
Solved

UNABLE TO CREATE REGEX EXPRESSION IN ASSERTION FOR REST JSON RESPONSE

I have a json response like below

 

  • {"payload": [{
    "maprefnum": "58",
    "stgtablename": "table_name",
    "tablename": "table_name_2",
    "sourcepriority": ""
    }]}

So how to give the regex expression for the above response. Whatever I give I get a 
Unknown character proeprty/ Some repetition error

4 Replies