Pregunta

I have a large test plan with more than 200 tests but there is one thing in common, the API I'm calling for my tests should always return a JSON encoded response. I'm using ATLANTBH JSON assertion that I can put after each and every test, but is there a way to put an assertion which should be validated for all tests?

¿Fue útil?

Solución

Just put it as a child of Thread Group, it will be applied to all requests.

Read:

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top