What are some good books on software testing/quality?

Posted by mjh2007 on Stack Overflow See other posts from Stack Overflow or by mjh2007
Published on 2010-03-31T14:52:40Z Indexed on 2010/04/05 17:33 UTC
Read the original article Hit count: 300

I'm looking for a good book on software quality. It would be helpful if the book covered:

  • The software development process (requirements, design, coding, testing, maintenance)
  • Testing roles (who performs each step in the process)
  • Testing methods (white box and black box)
  • Testing levels (unit testing, integration testing, etc)
  • Testing process (Agile, waterfall, spiral)
  • Testing tools (simulators, fixtures, and reporting software)
  • Testing of embedded systems

The goal here is to find an easy to read book that summarizes the best practices for ensuring software quality in an embedded system. It seems most texts cover the testing of application software where it is simpler to generate automated test cases or run a debugger. A book that provided solutions for improving quality in a system where the tests must be performed manually and therefore minimized would be ideal.

© Stack Overflow or respective owner

Related posts about software-engineering

Related posts about embedded