Category
PokeAPI
PokeAPI is a free, open-source API that provides information on Pokémon, including their stats, moves, abilities, and more. It is a RESTful API that can be used to build applications, websites, and games related to the popular Pokémon franchise.
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...
I promise I'm not a Pokémon enthusiast, but the PokeAPI is just a good playground for testing and learning about APIs, with that let me try to show how to test the PokeAPI using Postman. In this blog post, I'll take...
Welcome back to my blog series on using k6 to test the performance of PokeAPI! Part 5! Even I'm a little surprised I've kept this up, to be honest. Anyway, in part 5 I'll show some more advanced k6...
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,...
Welcome back to my blog series on using k6 to test the performance of PokeAPI! In this third instalment, I'll discuss different test scenarios, such as load testing, stress testing, and spike testing. I'll also explain how to configure k6 to...