Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

There are lots of books about software testing. The books I know focus on - how developers can test their own software with unit tests and other methods - how to improve the software with usability tests.

In addition it is sometimes helpful to let non-developers test the software for bugs, because hired part-time temp workers are cheaper than developers.

Are there any books that focus on this part of software testing? I'm imagine chapters on how to find good testers, how to instruct them, how to decide what they should test, how to sort and record the bugs they found etc.

Can anybody recommend such a book?

share
2  
Not sure stackoverflow is the right place to answer this question. But it would be nice to know the answer anyway. – Numenor Jun 15 '11 at 14:43
This question is probably more more suitable for Software Quality Assurance & Testing. See also Suggested books to start on software testing. – Helen Jun 15 '11 at 18:51

migrated from stackoverflow.com Jun 16 '11 at 20:52

closed as not constructive by gnat, Graham Lee, Dynamic, MichaelT, GlenH7 Jun 15 at 22:29

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Perfect Software: And Other Illusions about Testing by Gerald M. Weinberg.

share
would you mind explaining more on what it does and why do you recommend it as answering the question asked? "Link-only answers" are not quite welcome at Stack Exchange – gnat Jun 15 at 11:26