I want to validate that material ID has length of "14" and Material department is "OT"
what will be test case to write in postman for below JSON response.
{
"success": "true",
"Result": {
"Response": [
{
"Material Id": "e838663839398f",
"Material Department": "OT"
}
]
}
}