Category

k6

k6 is an open-source, developer-centric load testing tool used to test the performance and scalability of web applications and APIs. It allows developers to write and execute tests in JavaScript, providing real-time feedback on response times, throughput, and error rates, among other metrics.

k6
Premium

Boosting PokeAPI Performance Testing with k6

Welcome to part six of my blog series on using k6 to test the performance of PokeAPI! I will cover integrating k6 tests into a Continuous Integration (CI) pipeline to automate your testing efforts. I'll explain the benefits of using CI, how to...

PokeAPI
Premium

Implementing Assertions and Error Handling

Welcome back to my blog series on using k6 to test the performance of PokeAPI! In this fourth instalment, I'll introduce the concept of assertions and their importance in validating API responses. I will demonstrate how to use assertions for response status codes,...