HACKER Q&A
📣 gwnywg

Book recommendation for newby tester who wants to learn automation


Hi!

I'm browsing through Amazon looking for a gift idea for my sister. She is a tester and told me once she would like to pick up automation. I was thinking about helping her to set up a sandbox so she can practice, but I was also thinking about a book I can buy as a Christmas gift. Can you share books about the subject you find worth suggesting?

I was thinking about 'Hands On Selenium WebDriver With Java" (https://www.amazon.com/Hands-Selenium-WebDriver-Java-End/dp/1098110005)


  👤 madcocomo Accepted Answer ✓
Choosing "Hands-On Selenium WebDriver With Java" might not be ideal, not due to the book's quality, but because web UI automation represents only a fraction of the automation testing field. Even within UI automation, Selenium has become somewhat outdated. For testers without automation foundations, I suggest learning Python and crafting short scripts for automating daily tasks. This covers the initial aspect of automation testing: 1, controlling another program through code. This skill is very useful, even if you don't write automation tests, as it can enhance efficiency in documentation work and data analysis

Another essential skill is: 2, mastering the art of writing effective automation test cases. The mindset for automation testing differs significantly from manual testing, requiring even experienced testers to learn. The official Cucumber tutorial is an option, even if Cucumber isn't utilized for test writing in the future. The examples in the documentation still offer universal reference value.


👤 turtleyacht
newbie*