Appium up and running (working example)
An introduction to Appium setup with links to installation guides and a GitHub project containing working examples for Android and iOS E2E test automation.
Read articleExplore older entries from the archive.
An introduction to Appium setup with links to installation guides and a GitHub project containing working examples for Android and iOS E2E test automation.
Read articleAn 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 articleAn 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 articleA 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 articleOutlines 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 article