Hello,
I am facing an issue, and I look every. where but I’m still confused…
Here is my configuration =
- Gatling 2.2 with gatling-maven-plugin
I have such a response I want to validate on my integration test :
`
{
`
“data”: [
{
“message”: “{“data”:{“header”:“OK”} }”
}
]
}
I try to validation that the “header” equal “OK”.
I try lot’s of thing but nothing is ok like :