Curious what testing/tech books community has read or currently reading?

I think it’s been a while I read a testing book. I do read a lot of blogposts, listen to podcasts or watch YouTube videos and guides.

However, I wonder what testing or technical books community has recently read or currently reading? Would love to capture a couple of good recommendations to deep dive into topic (I am open to different topics).

7 Likes

I got a book ready to be read: Black Hat Graphql by Aleks & Farhi :slight_smile:

4 Likes

It is still in the making, I’m looking forward to this.
It should come this year.

2 Likes

I am reading ā€œMoney Worksā€.

Its a finance book but is helping me learn a lot of mistakes that people make due to assumptions (just like it happens in the testing world).

It’s helping me get better with my finances.

2 Likes

Alice & Bob learns secure coding
Alice & Bob learns application security

4 Likes

I’m reading Evil by Design by Chris Nodder, just a few chapters in and it’s already a favorite!

1 Like

I am currently reading Hooked : How to build Habit forming products by Nir Eyal
As a tester, it’s helping me go beyond functional checks…Im now testing emotional triggers, reward patterns, and user habits. Great for building test scenarios around user behavior, not just features…

1 Like

I really appreciate ā€œThe Complete Software Testerā€ by Kristin Jackvony. Incredibly helpful for beginning testers as well as providing insights for seasoned testers!

3 Likes

I’m reading The Phoenix Project - a hugely helpful insight into the world of DevOps

2 Likes

I found a lot of value in Explore It! by Elisabeth Hendrickson. It is a great book about exploratory testing.

3 Likes

I read a lot of books (on testing / technology)

Reading now:

Read not so long ago:

Plus a bunch of books on Rust and Python.

1 Like

My recomendation is not a testing book, it is actually about bussineess. It is called ā€œThe Lean Startupā€ by Eric Reis.

I like how he aporaches the idea to create a minimum viable product and decide what changes to adopt based on proving that product in real scenario.

In my case I use this in the field of Software Testing making the process of testing, write bug tickets and reporting an unique product. I use to do this in quite raw manner at the beginning of the project, almost going into the smoke test techniques and then develope the process based on feedbacks from Clients/Leader/Boss/Colleages…

1 Like

I have recently started reading this book and have completed a few chapters.

2 Likes

Always loved security testing. I like how this book is described - Written by hackers for hackers, I can feel community vibe in it.

1 Like

I also enjoyed Psychology of money. Shows you a lot that many money decisions are behaviour-driven.

1 Like

I am tempted to read DevOps handbook by the same author(s) that is currently on my desk.

2 Likes

Thank you everyone for sharing your reads. Such a great pile. I have bookmarked a few I am keen to explore. Happy reading everyone.

There are many, but looking up at my shelf my most recommended are:

  • Everything by Janet Gregory and Lisa Crispin - I consider ā€œAgile Testing Condensedā€ essential reading that is suitable for all interested in Quality and Testing.

  • Contract Testing in Action by Marie Cruz and Lewis Prescott

  • Engineering Management for the Rest of Us - Sarah Drasner

  • Leading Quality - Ronald Cummings-John and Owais Peer

1 Like

I am reviewing a pre-publication copy of John Willis’ history of AI: ā€˜Rebels of Reason’. I am learning so much because by understanding how AI was created, I am getting a better understanding of AI. I would recommend buying it when it is published: A review of reviewing ā€œRebels of Reason - The Long Road from Aristotle to ChatGPT & AI’s Heroes Who Kept the Faithā€ by John Willis with Derek Lewis

1 Like

One of the absolute best resources I have gone through again and again is the book ā€œSoftware Engineering at Google.ā€ Majority of the book is dedicated to testing and highlighting it’s need for it in small and big ways. It’s more focused on the mindset and how they got to these conclusions instead of the how to. It’s been a fantastic read. (Read it free here but totally worth the purchase) Software Engineering at Google

The follow up to that is the Site Reliability Engineer book. It’s about taking that Engineer part around testing, reliability much farther Google SRE - Site reliability engineering book Google index

When it comes to more of the specific types of testing techniques I really enjoyed Full Stack Testing - Full Stack Testing[Book]

1 Like