Hello all,
I’m new to postman. I have a response like below and i need to validate if few parameters are present within the response and capture these parameters value. I’m using data from CSV file and running this form collection. My response body starts like
{
“Substantiation”: This is response from blalah blah
ablahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh. ; ",
“characteristic”: “123456.1-DEG”
“Category”: “Formal”,
“MaxLimit”: “510.00”,
“MintolLimit”: “10000”
I’d like to validate parameters “MaxLimit”, “MintoLimit” are present in the response body and get their values. Can someone please help me to get the right code for this to check these parameters in the response