Hi All,
I’m new to testing in postman,
I have some basic tests that i’m trying to do and failed with various errors, so I’m trying your assistance.
this is my response:
{
"reporters": {
"count": 1,
"list": [
{
"name": "newIntegrator",
"manufacturer": "sony",
"model": "RSE16K-ER-01",
"serialNumber": "7FA3AC0E-DC",
"kWpDC": null
}
]
}
i want to test the response data e.g. if the name is equal to “newIntegrator” for example.
tnx for your assistance