InfoQ Homepage Testing Content on InfoQ
-
Detox: Tackling the Flakiness of Mobile Automation
Viktorija Sujetaitė believes that the only way to tackle E2E testing flakiness head on is by moving from black box testing to gray box testing. That’s what Detox helps with.
-
Functional and Visual Testing for Web Applications
Dmitriy Kovalenko shows how to write end-to-end tests for web applications using Cypress.io, controlling the network, using visual testing and setting up CI to perform E2E tests on each commit.
-
Break Your App before Someone Else Does
Ana Baotić discusses how to verify the code of an application for possible errors, focusing on Android apps.
-
Better Continuous Testing in DevOps
Rod Cope discusses a continuous testing approach that fits into the DevOps pipeline, providing a formula for mobile app testing.
-
Testing Offline-First Mobile Applications
Joe Keeley describes his adventures implementing and testing an offline first mobile app using Google’s Firebase tools, including auth, image hosting, and data setup using Google’s Firestore.
-
Testing Spring Boot Applications
Andy Wilkinson takes an in-depth look at some of Spring Boot’s advanced testing features, including @MockBean, @SpyBean, and test slices.
-
InfraCoding with Terraform: Writing Tests for Infrastructure-as-Code
Peter Souter discusses some approaches for testing Infrastructure-as-code, with a focus on Terraform, covering the benefits, basic linting and formatting, unit testing, and spec testing.
-
How AI Is Transforming Test Automation
Daniel Gold reviews concepts in AI and ML, how it is related to testing and what is the vision for AI in testing, how they used AI to process the DOM, and the technical challenges encountered.
-
Mutation Testing: Case Studies on Spring Boot APIs
Heather Conklin, David Kaiser examine the benefits of mutation testing, with real-world examples of what happened with apparently well-covered code put through the process.
-
JUnit 5: Evolution and Innovation
Sam Brannen presents new features in JUnit 5: parallel test execution, temporary directories, custom display name generators, method ordering, timeouts, the Test Kit, and new extension APIs.
-
Automated Testing for Terraform, Docker, Packer, Kubernetes, and More
Yevgeniy Brikman talks about how to write automated tests for infrastructure code, including the code written for use with tools such as Terraform, Docker, Packer, and Kubernetes.
-
Continuous Testing in Agile
Dan Ashby discusses several topics regarding testing: what does quality mean, how does software testing help, what is software testing, where does it fit in an Agile world?