Let’s know about Checks and Thresholds in k6
Reading Time: 2 minutes In this blog we will know about the check function and thresholds that is commonly used in k6 load testing. What is check function in k6? A check is a test condition that can give a truthy or falsy result. The sets parameter contains one or more checks, and the check() function will return false if any of them fail. Let say we are writing a load test script where you Continue Reading