(Part 2) Reddit mentions: The best software testing books

We found 105 Reddit comments discussing the best software testing books. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 30 products and ranked them based on the amount of positive reactions they received. Here are the products ranked 21-40. You can also go back to the previous section.

23. A Friendly Introduction to Software Testing

    Features:
  • Day into evening special occasion cocktail dress
  • Special occasion cocktail dress
A Friendly Introduction to Software Testing
Specs:
Height10 Inches
Length7.99 Inches
Number of items1
Weight1.02 Pounds
Width0.48 Inches
▼ Read Reddit mentions

24. Professional C++

    Features:
  • Wrox Press
Professional C++
Specs:
Height9.200769 Inches
Length7.2988043 Inches
Number of items1
Weight3.55385166344 Pounds
Width1.700784 Inches
▼ Read Reddit mentions

25. Reliable JavaScript: How to Code Safely in the World's Most Dangerous Language

Reliable JavaScript: How to Code Safely in the World's Most Dangerous Language
Specs:
Height9.299194 Inches
Length7.40156 Inches
Number of items1
Release dateJuly 2015
Weight1.95329564132 Pounds
Width0.999998 Inches
▼ Read Reddit mentions

29. Testing in Scala

    Features:
  • Used Book in Good Condition
Testing in Scala
Specs:
Height9.19 Inches
Length7 Inches
Number of items1
Release dateFebruary 2013
Weight0.6 Pounds
Width0.35 Inches
▼ Read Reddit mentions

🎓 Reddit experts on software testing books

The comments and opinions expressed on this page are written exclusively by redditors. To provide you with the most relevant data, we sourced opinions from the most knowledgeable Reddit users based the total number of upvotes and downvotes received across comments on subreddits where software testing books are discussed. For your reference and for the sake of transparency, here are the specialists whose opinions mattered the most in our ranking.
Total score: 38
Number of comments: 5
Relevant subreddits: 3
Total score: 33
Number of comments: 4
Relevant subreddits: 1
Total score: 24
Number of comments: 5
Relevant subreddits: 1
Total score: 23
Number of comments: 3
Relevant subreddits: 2
Total score: 5
Number of comments: 3
Relevant subreddits: 2
Total score: 5
Number of comments: 3
Relevant subreddits: 2
Total score: 5
Number of comments: 3
Relevant subreddits: 3
Total score: 4
Number of comments: 2
Relevant subreddits: 1
Total score: 3
Number of comments: 2
Relevant subreddits: 2
Total score: 2
Number of comments: 2
Relevant subreddits: 1

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Top Reddit comments about Software Testing:

u/colindean · 6 pointsr/cscareerquestions

This. Test, test, test.

I want to plug A Friendly Introduction to Software Testing here by my friend Bill Laboon. It's a great way to get started learning TDD.

u/jtbrown · 1 pointr/swift

This guide will get you started with testing in Swift 4. It'll help you get everything set up properly and show you how to write your first tests in Swift. If you want even more depth, you could try Test-Driven iOS Development with Swift 4, Test-Driven iOS Development (Objective-C), or the seminal book, Test-Driven Development: By Example which uses Java.

u/menge101work · 2 pointsr/Python

Selenium WebDriver, mostly. It's a defacto standard now.

Don't tie yourself to python though, test automation tends to be in the same language as the actual product. Or you'll be brought on to maintain and enhance an existing testing framework. Getting to be there when the decisions are made as to what to use is a rare opportunity.

There are a lot of people doing test automation through protractor (node.js), but also python, ruby, java, go ... basically if someone used it to make a web framework, someone also made a web testing framework for it.

> what other skills I'll need

Testing is really its own discipline within software development. You could read this book, if you've got the time: A Friendly Introduction to Software Testing

(Test automation is what I do for a living, 15+ years now)

u/seltaebbeatles · 1 pointr/gamedev

Cool, you will probably find these books to be useful (as I did): Professional C++, 3rd edition and Effective Modern C++

u/liaguris · 1 pointr/learnprogramming

Yeah I have read around 70%-80% of all YDKJS books combined .

By the way just in any case you find anything interesting and helpful (but for also copy pasting this list in the future) here are the books-site tutorials-docs that I am reading-have read-plan to read-follow :

web dev road map

htmldog

www.javascript.info

css in depth (manning)

eloquent js

YDKJS (all books)

HTML5 for masterminds

dom enlightenment

high performance images

web performance in action

reliable javascript

building progressive web apps

http: the definitive guide

learning http 2

cracking the coding interview

javascript data structure and algorithms (be careful,not a good choice, it has a lot of mistakes but I find it concise)

professional git

vs code docs

Using SVG with CSS3 and HTML5

Interactive Data Visualization for the Web

refactoring ui

figma docs

react docs

redux docs

vue docs

webpack docs

clean code

design patterns

web components in action

Inkscape: Guide to a Vector Drawing Program

and many more to come .

u/AlexLagod · 1 pointr/softwaretesting

Hi, I don't know a lot of such resources. I had read only one book about mobile testing - https://www.amazon.com/Hands-Mobile-App-Testing-Involved/dp/0134191714 - it's not bad especially if you are beginner.

u/bobik007 · 1 pointr/selenium

You can find complete Java code for this problem in this book:
http://www.amazon.com/Mastering-Selenium-WebDriver-Mark-Collin/dp/1784394351

u/Yurim · 1 pointr/computerscience

You could look at Modern C++ Programming with Test-Driven Development by Jeff Langr. It uses cmake, google-test / CppUTest, and google-mock. The book is as accessible as the other ones from the "Pragmatic Programmers" series.

u/PatricioINTP · 1 pointr/INTP

My first programming class was in high school, and there I learned you need to debug your code. I know of several people who got their feet wet when it comes to programing by teaching themselves. Black box testing does require some programming knowledge, but no coding knowledge. And there are books on doing just testing. I just did a quick search and...

http://www.amazon.com/Software-Testing-Essential-Skills-Testers-ebook/dp/B00ICWK6RK/