Android testing tools
An 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 toolsArchive
Explore older entries from the archive.
An 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 testsOutlines a practical test strategy for a Spring Boot and React application, covering isolated vs. E2E tests, guidelines for coverage, and specific functional and non-functional testing approaches.
Read more: Practical test strategy for Spring & React applicationA follow-up to the original Tester's Toolbox, showcasing free tools and projects created by the author, including starter guides for Selenium and Rest Assured, a sample API, and a Pact contract testing example.
Read more: Tester's toolbox 2 - Awesome Testing Christmas editionFocuses on security regression testing, explaining how to add automated tests for security bugs found in production using OWASP Juice Shop and Spring Rest Template, with examples for specific vulnerabilities.
Read more: Continuous Security - take care of your regression