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 more: Appium up and running (working example)Archive
Browse older posts.
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 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 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 application