ContributionsMost RecentMost LikesSolutionsRe: Asserting response at project level Thanks HimanshuTayal I already have script assertions at the request level but was wondering if there is any way to add them at project level as all my requests have similar assertions so instead of adding assertion at each request if I could use some event listener which would assert the response of each request. Asserting response at project level Hi, I have lot of requests in my test suite on which I am asserting the http status code and status of my response. Is it possible to add a common assertion or groovy script at project or test suite level which will run for all test steps if assertions are same for all test steps. Thanks