Hacker News new | ask | show | jobs
by madcocomo 930 days ago
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.

1 comments

It seems that book requires some knowledge of Java, which might be too much for my sister as she already starts losing faith in herself...

I start thinking about preparing a small sandbox for her so she can look at it more as something fun to experiment with and showing her a few base commands she can use there...