Performance tests in K6
A short update linking to my Polish article on testerzy.pl about designing and running performance tests in k6 for web applications and APIs.
Read more: Performance tests in K6Archive
Explore older entries from the archive.
A short update linking to my Polish article on testerzy.pl about designing and running performance tests in k6 for web applications and APIs.
Read more: Performance tests in K6An introduction to Appium setup with links to installation guides and a GitHub project containing working examples for Android and iOS E2E test automation.
Read more: Appium up and running (working example)An expansion of the previous list of recommended software testing books, including titles on test automation, thinking-driven testing, software architecture, antifragility, JavaScript, and inspiration from Leonardo da Vinci.
Read more: Best software testing books - 2An overview of the Android testing pyramid and a guide to various testing tools including JUnit, Roboelectric, Espresso, UI Automator, and Appium, explaining their roles and use cases.
Read more: Android testing toolsA guide on achieving isolated UI tests using Cypress, covering stubbing backend requests, asserting frontend requests, and providing a practical demo with a workaround for Fetch API limitations.
Read more: Isolated Cypress UI tests