Perftiquette #3

by Perfluencer

image-10 Perftiquette #3

Now for episode 3 of hashtag#perftiquette

Response assertions are the core contributor of your test results accuracy.
Yes, the HTTP standard defines the response code structure for error types, but it’s rarely followed properly by the developers. Response code may serve as a good true-negative detection, but the core of response is still within the response body.

Comprehensive validation of response body is the key to accurate test results and a test with no assertions makes your entire report pretty much useless. Not only useless, it’s dangerous. Such a report may jeopardize your company’s position and your customers trust.


Checking for a “success” response inside the body is also not enough, but that’s for the episode 4 of hashtag#perftiquette

hashtag#performanceengineering hashtag#performancetesting hashtag#loadtesting hashtag#assertions
hashtag#humor hashtag#ithumor

Share this content:

I'm Kuba, a Performance Enthusiast and a bit of a blogger. I write performance engineering content in an accessible way, covering best practices and testing methodologies