Junior — Middle
Can you recommend books or resources for learning automated testing?
sobes.tech AI
Answer from AI
For learning automated testing, I recommend the following resources:
-
Books:
- "Automating Software Testing" (Author: Roman Savin)
- "Python Testing with pytest" (Bryan Okken)
- "Selenium WebDriver 3 Practical Guide" (Unmesh Gundecha)
-
Online courses:
- Coursera: "Automated Software Testing"
- Udemy: courses on Selenium, pytest, Jenkins
-
Documentation and blogs:
- Official documentation of pytest, Selenium
- Blogs on habr.com and medium.com about test automation
-
Practice:
- Create tests for small projects
- Participate in open-source projects with automated testing
This comprehensive approach will help you quickly grasp the basics and advance in test automation.