Functional Testing with k6
In previous posts we have covered the ability to use k6 for scalable load testing, however k6 is also a suitable framework for creating functional tests. In this brief post, we will show you how to get started with using k6 as a functional testing tool. Assertions in k6 There are two basic ways to write assertions in k6. One is using the built-in check and group functions. Perhaps a better alternative is to use theRead More →