Automation Testing book recommendation

Hello,
I am looking for a book to help you have a good mindset when you write automation testing. Can someone recommend me one in English?

I actually don’t have any automation testing books.
But…
https://testautomationu.applitools.com/
… is free, and the course “Setting a foundation for successful test automation” is brilliant for creating an environment for helping your mindset.

3 Likes

That should be good too. Thank you very much! :slight_smile:

A few years old now but The A Word by Alan Page is a good one to read.

https://leanpub.com/TheAWord

Thank you very much! :slight_smile:

I would like to recommend the book “xUnit Test Patterns: Refactoring Test Code” written by Gerard Meszaros. It is very good book for devs who enjoy write tests on unit/integration level with lots of methods used for automated testing. (Martin Fowler review comment: https://www.martinfowler.com/books/meszaros.html)

Also, Martin Fowler has good ‘Software Testing Guide’ here: https://martinfowler.com/testing/