Blog

Supertest API testing library

Supertest is a popular JavaScript library for testing HTTP APIs. It allows developers to send HTTP requests to their server-side code and assert that the response meets certain criteria. One of the key benefits of using Supertest is that it...

Maximizing Your Employability as a Software Engineer in Test

Employability refers to a person’s ability to quickly find an attractive job opportunity that matches their skills and qualifications. Recent layoffs in Big Tech companies such as Twitter, Google, and Spotify have highlighted the importance of employability for IT specialists....

Maximizing Performance with Gatling

Gatling is a powerful open-source load testing tool designed to help developers and performance engineers test the performance and scalability of their web applications. It’s written in Scala and it’s based on the Akka toolkit, which means it’s highly extensible...

Performance tests in K6

I have published new article about performance tests in k6 on testerzy.pl. The article is in polish language. https://testerzy.pl/baza-wiedzy/artykuly/k6-czyli-testy-wydajnosciowe-w-javascript

Appium up and running (working example)

1. Introduction A few weeks ago I introduced you to multiple Android testing tools. One of them ( Appium) was listed on top of the pyramid as the most powerful one. You can do almost everything with Appium, which makes...