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
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
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...
Introduction My first post about the best software testing books introduced you to a few great titles which should be read by every ambitious software tester. After three years of reading, I’d like to expand my list. Before I start...
I’m pretty sure everyone has heard about the test pyramid. Famous Google testing blog article suggests a 70/20/10 split: 70% unit tests, 20% integration tests, and 10% end-to-end (E2E) tests. The question is, how does it map to Android native...
In my previous post, I described the whole test automation strategy for Spring + React application. One of the items there was isolated Cypress UI tests. In this post, I’d like to describe what isolation means and how to achieve...