Read: A Practical Guide to Testing in DevOps
Kristine Casas highlights some useful and interesting topics found in the book A Practical Guide to Testing in DevOps which might inspire you to check it out.
Choosing Tests for Infrastructure
Here's an interesting excerpt from Rosemary Wang's book titled Infrastructure as Code, Patterns and Practices that describes using a test pyramid for infrastructure testing.
Implementing Automated Software Testing
Here's a concise description of Implementing Automated Software Testing released in 2009. Although it may seem old, the principles included in this book can still apply today.
Science of Selenium: How to Prepare for and ACE an interview?
Kalilur Rahman reveals an excerpt from his recently-published book called Science of Selenium, sharing some useful tips on interview preparation.
The Art of Software Testing, from Glenford Myers
Wondering what The Art of Software Testing book is about? José Sobral wrote a detailed summary, providing examples in various languages.
A review of "Black-Box Testing" by Boris Beizer
What is the Black-Box Testing book from 1995 about? And is it still worth reading? This overview by Mike Harris can help you decide.
The Social Dimension of Testing
In this thorough article, Jeff Nyman shares some interesting thoughts on how some misconceptions about science from the "Public Knowledge" book can also be found in testing.
"An Introduction to General Systems Thinking" by Gerald M. Weinberg
The book An Introduction to General Systems Thinking is considered one of the must-reads for testers. Željko Filipin shares his opinion about it.
A review of "The Art of Software Testing"
If you're curious to learn more about the classic The Art of Software Testing book from 1979, here's a brief review by Mike Harris.
Testing JavaScript Applications: Chapter 2 — What to test and when?
Abdelrahman Soltan wrote an extensive overview of the second chapter of the Testing JavaScript Applications book, which covers the pros and cons of different kinds of automated tests.